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

.markermenu{
width: 140px; /*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: 0px 0;
padding: 0;


}

.markermenu ul li a{
	color: #00014e;
	display: block;
	width: auto;
	padding:8px 0px 12px;
	padding-left: 13px;
	text-decoration: none;
	text-align:left;
	background-image:url(../images/nav-bg.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #000000;
	background-color: #98c2a8;
	
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #98c2a8;
color: black;
}
