/* ######### 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*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background-color: #5B8CD1;
background-image: url("../picts/blue/menuvertoff.gif");
color: white;
display: block;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
height: 25px;
width: 100%;
cursor:pointer;
font-weight: bold;
text-indent: 8px;
line-height: 16pt;
text-align: left;
display: block;
border-bottom: #9DB9DD 1px solid;
text-decoration: none;

}

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



.markermenu ul li a:hover, .markermenu ul li a.selected{
		color: #3366CC;
		background-color: #FFFFFF;
		background-image: url("../picts/blue/menuverton.gif");
		text-decoration: none;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
		color: #3366CC;
		background-color: #FFFFFF;
		background-image: url("../picts/blue/menuverton.gif");
		text-decoration: none;
}
