/* ######### 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-color:#1f295a;
	color: #FFF;
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	
	padding: 2px 4px 2px 0px;
	border:1px #FFF solid;

display: block;
width: auto;
}

* 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: #1f295a;
}

.blackwhite li a:hover{
	background:url(../images/menuarrowonnavy.gif) no-repeat 4px center #FFF;
color: #1f295a;
}
