/* ######### Drop Down ULs CSS ######### */

#navmenuul {
	z-index:600;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin:0px 0px 0px 0px;
	padding:5px 0px 2px 0px;
	position:absolute;
	left:0;
	top:0;
	list-style-type:none;
	background:#593d2b;
	border-bottom-width:0;
	visibility:hidden;
	z-index:100;
}

*+html .ddsubmenustyle, .ddsubmenustyle ul,
*html .ddsubmenustyle, .ddsubmenustyle ul { /* IE7 ET IE6 */
	margin:1px 0px 0px 0px;
	padding:5px 0px 2px 0px;
	position:absolute;
	left:0;
	top:0;
	list-style-type:none;
	background:#593d2b;
	border-bottom-width:0;
	visibility:hidden;
	z-index:1000;
}

.ddsubmenustyle li a{
	display:block;
	color:white;
	background:#593d2b;
	text-decoration: none;
	padding:2px 5px 5px 5px;
}

*+html .ddsubmenustyle li a,
*html .ddsubmenustyle li a{ /* IE7 ET IE6 UNIQUEMENT */
	display:block;
	color:white;
	background:#593d2b;
	text-decoration: none;
	padding:0px 5px 0px 5px;
	z-index:1001;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	background:#593d2b;
	color:white;
}

/* ######### Neutral CSS  ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 0px;
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 0px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.dropdownmenu_c ul{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	border-bottom: 1px solid gray;
	background: #414141;
	overflow: hidden;
	width: 100%;
}

.dropdownmenu_c li{
	display: inline;
	margin: 0;
}

.dropdownmenu_c li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #414141;
}

.dropdownmenu_c li a:visited{
	color: white;
}

.dropdownmenu_c li a:hover {
	background:#593d2b; /*background of tabs for hover state */
}

.dropdownmenu_c a.selected {
	background:#593d2b; /*background of tab with "selected" class assigned to its LI */
}



/* ######### Marker List Vertical Menu ######### */

.dropdownmenu{
	/*width: 175px;*/ /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.dropdownmenu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
}

.dropdownmenu ul li a{
	background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
	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;
	margin:0px 0px 0px 0px;
}

* html .dropdownmenu ul li a{ /*IE6 hack*/
	width: 155px;
}

.dropdownmenu ul li a:visited, .dropdownmenu ul li a:active{
	color: #00014e;
}

.dropdownmenu ul li a:hover, .dropdownmenu ul li a.selected{
	color: white;
	background:#593d2b;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: white;
}

.blackwhite li a:hover{
	background:#593d2b;
	color: white;
}
