/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
height:180px;

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
height:50px;
}

.markermenu ul li a{
background: #A71800; /*light gray background*/
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 0px 0;
padding-left: 0px;
text-decoration: none;
height:50px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
height:50px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
width: 155px;
height:50px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
width: 155px;
height:50px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #A71800;
}

.blackwhite li a:hover{
background: EB901C;
color: black;
}