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

.markermenu{
/*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
list-style-type:none;
list-style-image:none;
}

.markermenu ul{
list-style-type: none;
margin: 2px 0;
padding: 0;
list-style-type:none;
list-style-image:none;
}

.markermenu ul li a{
font:Tahoma;
font-size:1em;
font-weight: normal;
font-style: normal;
color: #039;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
clear: left;
position: relative;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 185px;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
font:Tahoma;
color:#FF6600;
font-size:1em;
font-weight: normal;
font-style: normal;
border:1px solid #FFB74B;
border-top:2px solid #FC8C2A;
background-color:#FFF1D1;
display: block;
width: auto;
padding: 3px 0;
padding-left:215px;
text-decoration:underline;
clear: left;
position: relative;
}

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

.blackwhite li a{
border:1px solid #FFB74B;border-top:2px solid #FC8C2A;background-color:#FFF1D1;
}

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