/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 160px; /*width of side bar menu*/
clear: left;
position: relative

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #000000;
}

.markermenu ul li a{
background: #151515 url('../images/dwt_gfx/honeycomb_40.jpg'); /*light gray background*/
color: #F5F5F5;
display: block;
width: auto;
padding-left: 1px;
text-decoration: none;
border-bottom: 1px solid #000000;; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; 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: 155px;
}

.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('../images/dwt_gfx/bar_01_uck.jpg')
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #323232 url('../../../images/menu09/menu_20.jpg');
}

.blackwhite li a:hover{
background: #F5F5F5 url('../../../images/menu09/menu_hvr.jpg');
color: #000000
}