/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 250px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
/*border:1px solid red;*/
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
/*border: 1px solid #9A9A9A;*/
/*border: 1px solid blue;*/
width:220px;
}
.markermenu ul li a,a.staticLinks{

/*background:transparent url(../images/leftmenu_bg.jpg) no-repeat scroll 0 0;
color:#000000;
display:block;
line-height:30px;
text-decoration:none;
text-indent:20px;
width:220px;
*/

background:transparent url(../images/leftmenu_bg.jpg) no-repeat scroll 0 0;
font-weight: normal;
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000000;
display: block;
width: auto;
padding: 10px 0;
padding-left: 0px;
text-decoration:none;
text-indent:20px;
width:220px;
border-bottom:0px solid #FBFBFB;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 215px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{

background:transparent url(../images/leftmenu_bgh.jpg) no-repeat scroll 0 0;
font-weight:bold;
text-decoration:none;

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background:transparent url(../images/leftmenu_bgh.jpg) no-repeat scroll 0 0;
font-weight:bold;
text-decoration:none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
