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

.markermenu{
width: 100%; /*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;
padding: 0;
}

.markermenu ul li a{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color: #CCCCCC;
display: block;
width: auto;
padding: 3px 0;
padding-left: 35px;
text-decoration: none;
border-bottom: 1px solid #cccccc;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #f9d976;
font-weight:bold;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
}

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

.blackwhite li a{
background: #ffffff;
border-bottom: 1px solid #cccccc;
height:30px;
font-weight:normal;
}

.blackwhite li a:hover{
background: #023854;
border-bottom: 1px solid #cccccc;
height:30px;
font-weight:normal;
}