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

.markermenu{
width: 164px; /*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: 0px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: #f8f8f8; /*light gray background*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #1b3491;
display: block;
width: auto;
padding: 5px 0px 5px 10px;
text-decoration: none;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #eeeeee;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #ffffff;
background:#0094de;
border-top: 1px solid #00a0f0;
border-bottom: 1px solid #0087ca;
}

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

.blackwhite li a{ background: #0089cd; font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:12px; text-decoration:none;}

.blackwhite li a:hover{
background: #0094dd;
color: #fffff;
text-decoration:none;
}
