/* ######### Marker List Vertical Menu ######### */

.markermenu{

width: 182px; /*width of side bar menu*/
height: 359px; /*height 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: 0px 0;
padding: 4px;
border: 0px solid #9A9A9A;
text-align:left;
}

.markermenu ul li a{
background: transparent url(bulletlist.gif) no-repeat 13px center; /*light gray background*/
background-position: 6px 11px;
font: bold 12px "Arial", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-weight:bold;
color: #00585f;
display: block;
width: auto;
padding: 8px 0;
padding-left: 22px;
padding-top: 8px;
padding-bottom: 7px;
text-decoration: none;
border-bottom: 1px solid #DDDDDD;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 185px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00585f;
}

.markermenu ul li a:hover{
background: transparent url(bulletlist_h.gif) no-repeat 13px center; /*light gray background*/
background-position: 6px 11px;
}

.markermenu ul li a.selected{
	color:#00585f;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
text-align:left;
padding:7px;
background: white;
color: #00585f;
}

.blackwhite li a:hover{
text-align:left;
padding:7px;
background: #00585f;
color: white;
}
