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

.markermenu{
width: 160px; /*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;
}

.markermenu ul li a{

font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
font-size: 12px;
color: #FFFFFF;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
font-weight: bold;
}

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

.markermenu ul li a:hover{
	text-decoration: underline;
	color: #00014e;
}

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

.blackwhite li a{
	background-color: #C3C3C3;
	padding: 1px;
	margin: 0px;
	width: 130px; /*width of side bar menu*/
}

.blackwhite li a:hover{
	text-decoration: underline;
	color: #00014e;
}