/* ######### 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: 0;
padding: 0;
border: 1px solid #000;
}

.markermenu ul li a{
	background: #0040D6 no-repeat 3px center;
	color: #F9F114;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 2px;
	padding-right: 10px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #F9F114;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #0040D6;
background-color: #F9F114;
}

.markermenu .navhead {
	text-align: center;
	color: #0040D6;
	background-color: #F9F114;
}

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

.blackwhite li a{
	background: #0040D6;
	color: #F9F114;
	font-weight: bold;
}

.blackwhite li a:hover{
color: #0040D6;
background-color: #F9F114;
}