/* ######### 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*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
background: url(bulletlist.gif) no-repeat 10px center; /*light gray background*/
font: bold 14px/25px Tahoma;
color: #44494f;
display: block;
width: auto;
padding: 3px 0 0 30px;
text-decoration: none;
border-bottom: 1px dashed #FFA800;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 250px;
font: bold 14px/25px Tahoma;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
font: bold 14px/25px Tahoma;
color: #44494f;
text-decoration: none;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
font: bold 14px/25px Tahoma;
color: #FF4E00;
background-color: #FFD78B;
text-decoration: none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
font: bold 12px/20px Tahoma;
text-decoration: none;
}

.blackwhite li a:hover{
font: bold 12px/20px Tahoma;
background: #FFD78B;
color: #FF4E00;
text-decoration: none;
}
