/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 178px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin-left: 3px;

font:11px Tahoma;
}

.markermenu ul{
float: left;
list-style-type: none;
margin-left: 0px;
margin-top: 0px ;
padding-left: 0px;
/*border-left: 1px solid #9A9A9A;*/

 width: 178px;
}

.markermenu ul li a{
background: transparent;
;
font: Tahoma, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
/*height:18px;*/
color: Black;
display: block;
width: auto;
padding: 3px 0;
padding-left:8px;
text-decoration: none;
border-bottom: 1px solid #aa0000;
border-top: 1px solid #cc0000;
 /*font-size: 13px;*/
 /*margin-left: 0px;*/
 font-weight: bold;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 171px;

}

.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: #00014e;*/

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: black;
background-color: White;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: White;
font: Tahoma  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

}

.blackwhite li a:hover{
background: #ff8c00;
color: black;
}
