/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 180px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background-image:url(../images/menubg.png);
background-repeat:repeat-y;
padding-top:7px;
padding-bottom:7px;

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
background:  url(../images/titlebar.png) repeat-x center left;
font: bold 11px Arial;
color:#063a93;
display: block;
width: auto;
text-transform: uppercase;
padding: 4px 0 4px 25px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration: none;

}

.markermenu ul li 
{
		margin-top:10px;
		margin-bottom:14px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #063a93;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #063a93;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #F3F3F3;
color: #063a93;
}