/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 198px; /*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{
color: #0765a0;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
padding-right: 20px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 100%;
background-image: url('../../images/mainbg_03.jpg');
font-family:Tahoma;
font-size:11px;
}

* 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: #04bef3;
background-image: url('../../images/mainbg_01.jpg');
background-repeat:no-repeat;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background-color: #EEF5FB;
	color: #006699;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
}

.blackwhite li a:hover{
background: white;
color: #8FC14E;
}