/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 180px; /*width of side bar menu*/
clear: left;
position: relative

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #C0C0C0; background-image:url('../images/dwt_gfx/sky.png')
}

.markermenu ul li a{
background: #151515; /*light gray background*/
color: #E0E0E0;
display: block;
width: auto;
padding-left: 1px;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Trebuchet MS; border-left-width:1px; border-right-width:1px; border-top-width:1px; padding-right:0; padding-top:2px; padding-bottom:2px; text-align:left
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 175px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background-color: #F5F5F5;background-image:url('../ddtabmenufiles/media/ylw_hvr.jpg')
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#323232 url('../ddtabmenufiles/media/menu_20.jpg'); 
}

.blackwhite li a:hover{
background:#FFFF00 url('../ddtabmenufiles/media/ylw_hvr.jpg'); color: #000000; 
}
