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

.mattblackmenu {
	background-image: url(../../images/menubg.jpg);
	width: 1000px;
	height: 35px;
	background-repeat: repeat-x;
}

.mattblackmenu ul{
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
	padding-left: 1px;
}

.mattblackmenu li{
	list-style: none;
	float: left;
}

.mattblackmenu li.none a:link, .mattblackmenu li.none a:visited, .mattblackmenu li.none a:active {
	padding-left: 23px;
	padding-right: 23px;
	height: 35px;
	line-height: 32px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.mattblackmenu li.none a:hover, .mattblackmenu li.active a {
	padding-left: 23px;
	padding-right: 23px;
	height: 36px;
	line-height: 32px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #1d4f67;
	background-image: url(../../images/rolloverbg.jpg);
	background-repeat: repeat-x;
}



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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #FFFFFF;
	visibility: hidden;
	margin:0px;
	margin-top:-2px;
	width: 208px;
	padding:0px;
	border-bottom: 1px #015e89 solid;
}

.ddsubmenustyle li {
	list-style: none;
}

.ddsubmenustyle li a:link, .ddsubmenustyle li a:visited, .ddsubmenustyle li a:active {
	width: 160px;
	height: 35px;
	background-image: url(../../images/menubg.jpg);
	background-repeat: repeat-x;
	display: block; 
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 23px;
	padding-right: 23px;
	line-height: 32px;
	height: 32px;
	font-weight: bold;
	border-left: 1px #015e89 solid;
	border-right: 1px #015e89 solid;
}

.ddsubmenustyle li a:hover{
	color: #1d4f67;
	background-image: url(../../images/rolloverbg.jpg);
	background-repeat: repeat-x;
}

/* ######### Neutral CSS  ######### */

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

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	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;
}



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

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

}

.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; /*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;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
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;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}