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

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding-top:6px;
padding-bottom:15px;

}

* html .markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding-top:12px;
padding-bottom:15px;

}
*:first-child+html .markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding-top:12px;
padding-bottom:15px;

}
.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border-top:1px solid #cdcdcd;
}

.markermenu ul li a{
background: #ffffff url(../img/arrow.gif) no-repeat 10px center; /*light gray background*/
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color:#494545;
display: block;
width: auto;
line-height:29px;
padding-left: 30px;
text-decoration: none;
border-bottom:1px solid #cdcdcd;
font-weight:normal;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background-color: #fff4cf;
}

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

.blackwhite li a{
background: white;
width: 280px;

}

.blackwhite li a:hover{
background: #fff4cf;
color: #000000;
}
