/* ######### 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*/
color: #7f0a01;
}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0;
width:190px;
height:180px;
overflow:hidden;
color: #7f0a01;
text-align:right;



}

.markermenu ul li a{
font: bold 11px Verdana, Arial, Helvetica, sans-serif;;
color: #7f0a01;
display: block;
text-decoration: none;
padding:17px 13px 15px 0;
margin:0;
overflow:hidden;

}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #d60e02;
text-decoration:underline;

}

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

.blackwhite li a{
background: #fff3af;
}

.blackwhite li a:hover{
background: #f0870c;
color: white;
}