/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}
.markermenu img{
margin-left:-10;
margin-top:9px;
}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}

.markermenu ul li a{

background: #FFFFFF url('top_05.jpg') no-repeat center; /*light gray background*/
color: #265ba7;
display: block;
width: auto;
line-height:2.3;
height: 28px;
padding-left: 30px;
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 200px;
background: #FFFFFF url('top_05.jpg') repeat-y;
}

.markermenu ul li a:visited, .markermenu ul li a:active{

color: #265ba7;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #cb4dab;
padding-left: 35px;
background: #F2F2F2 url('top_hojpg.jpg') repeat-y;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #F6F4F5;
}

.blackwhite li a:hover{
background: #E9E9E9;
color: #000000;
}
