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

.markermenu{
width: 160px; /*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:25px 0;
padding: 0;
}

.markermenu ul li a{
color: #00014e;
width: 140px;
display:block;
padding-left: 5px;
text-decoration: none;
margin-top:0px;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #4A86C1;
}

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

.blackwhite li a{
width:170px;
color:#13619F;
background: #EAEFF3;
border-bottom: 1px solid #B9D3E7;
}

.blackwhite li a:hover{
color: #4A86C1;
background:#C1D5E0;
font-weight:bold;
}
