/* ######### 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 ol{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #9A9A9A;
}

.markermenu ul li a
{
	/* background: #F2F2F2 url(modules/mod_slidemenu/ddlevelsfiles/bulletlist.gif) no-repeat 3px center; /*light gray background*/ */
	font: normal 14px "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #e8e8e8;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #4ec1e3;
}

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

.blackwhite li a{
	font: normal 13px Arial;
	background-color: #e8e8e8;
	margin: 0 0 0 0 ;
	padding: 3px 0 3px 5px;	
	height: 20px;
	background-color: #e8e8e8;
	/* border-top: 1px solid black; */
	border-bottom-width: 0;    
	z-index: 100;


}

.blackwhite li a:hover{
background-color: #4ec1e3;
color: white;
}
