/* ddlevelsmenu-base.css */

.ddsubmenustyle, .ddsubmenustyle ul
{
	font: normal 12px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	background-color: White;
}

.ddsubmenustyle li a
{
	display: block;
	width: 160px;
	color: White;
	font-size: 10px;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid black;
	background-color: #df7316;
}

* html .ddsubmenustyle li
{
	display: inline-block;
	width: 160px;
}

.ddsubmenustyle li a: hover
{
	color: white;
	background-color: #1867ee;
}

.downarrowpointer
{
	padding-left: 0px;
	border: 0;
}

.rightarrowpointer
{
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim
{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* ddlevelsmenu-sidebar.css */
.markermenu
{
	width: 175px;
	clear: left;
	position: relative;
}

.markermenu ul
{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #9A9A9A;
}

.markermenu ul li a
{
	background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a
{
	width: 155px;
}

.markermenu ul li a: visited, .markermenu ul li a: active
{
	color: #00014e;
}

.markermenu ul li a: hover, .markermenu ul li a.selected
{
	color: white;
	background-color: black;
}

.blackwhite li a
{
	background: white;
}

.blackwhite li a: hover
{
	background: black;
	color: white;
}


/* ddlevelsmenu-topbar.css */
.mattblackmenu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: bold 10px Verdana;
	list-style-type: none;
	border-bottom: 0px solid black;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
}

.mattblackmenu li
{
	display: inline;
	margin: 0;
}

.mattblackmenu li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-right: 0px;
	color: white;
}

.mattblackmenu li a: visited
{
	color: white;
}

.mattblackmenu li a: hover
{
	background-color: white;
	padding: 0px 0px 0px 0px;
	background-color: white;
}

.mattblackmenu a.selected
{
	background: white;
}
