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

.markermenu{
width: 210px; /*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;
border: 1px solid #e2e2e2;
}

.markermenu ul li a{
background:#f2f7d5 url('../images/iconNav.jpg') no-repeat 8px ; /*light gray background*/
font: normal 12px  Verdana, Helvetica, sans-serif;
color: #1e2020;
display: block;
width: auto;
padding: 4px 0;
padding-left: 30px;
text-decoration: none;
border-bottom: 1px dashed #e2e2e2;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #957F06;
}

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

.blackwhite li a{
background: #f2f1f1;
}

.blackwhite li a:hover{
color: #957F06;
}