/* ######### 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: 2px;
list-style-type:none;
list-style-image:none;
}

.markermenu ul li a{
font:Arial;
font-size:12px;
color: #039;
text-decoration: none;
background:#f4f9ff;
padding:6px;
}
* 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:Arial;
font-size:12px;
color: #039;
text-decoration: none;
background-color:#FFF;
background-image:none;
border-top:1px solid #1b6ba8;
border-left:1px solid #1b6ba8;
border-bottom:2px solid #1b6ba8;
border-right:1px solid #1b6ba8;
z-index:1000;
padding:6px;
}

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

.blackwhite li a{
}

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