/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 185px; /*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: 0px 0;
padding: 0;

}
.markermenu li,.markermenu li:hover
{
background:url(../images/dotline.gif) repeat-x left bottom; padding:4px 0px 6px 4px; margin:0px 0px;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
.markermenu ul li a{
/*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

 color:#888888; text-decoration:none; font-weight:bold; 
	background:url(../images/bull.jpg) no-repeat left center; padding-left:20px;
display: block;
width: auto;

padding-left: 20px;
text-decoration: none;

/*background-color:#2D779F*/
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
 color:#888888; text-decoration:none; font-weight:bold; 
	background:url(../images/bull.jpg) no-repeat left center; padding-left:20px;

}

.markermenu ul li a:hover, .markermenu ul li a.selected,.selLink:link,.selLink:visited{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#1F60B3; text-decoration:none; font-weight:bold; 
	background:url(../images/bull.jpg) no-repeat left center; padding-left:20px;

}

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

.blackwhite li a,.blackwhite li a:visited{
	background:url(../images/bull.jpg) no-repeat left center; padding-left:20px;
	 color:#888888;
	
}

.blackwhite li a:hover{
	background:url(../images/bull.jpg) no-repeat left  center; padding-left:20px;
color:#1F60B3;

}
