/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 100%; /*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: 3px;
/*border: 0px solid #000000;*/

}

.markermenu ul li a{
background: #FFFFFF 3px center; /*light gray background*/
font-size:11px; 
color:#333333;
display: block;
width: auto;
padding: 5px;
padding-left: 20px;
text-decoration: none;
/*border-bottom: 1px solid #000000;*/
border-bottom:1px solid #BDC7D8;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: auto;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#FFFFFF;
background-color: #dd3c10;
background:#DD3C10 3px center;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}