/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 60px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
border:0;
}

.markermenu ul{
list-style-type: none;
margin: 5px;
padding: 0;
width: 85px;
border:0;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font-size:11px;font-family: Arial;
color: #00014e;
border:0;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 60px;border:0;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;border:0;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{

background-color: none;border:0;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: none;border:0;
}

.blackwhite li a:hover{
background: none;border:0;
}