/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 190px; /*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: 5px 0;
padding: 0;

}

.markermenu ul li a{



display: block;
width: auto;

text-decoration: none;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 200px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}



/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #FBDEB4;
color:#597515;
}

.blackwhite li a:hover{
background-image:url(../bgmenu.jpg);
background-repeat:no-repeat;
color: #970A11;
}