/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 159px; /*width of side bar menu*/
clear: left;
float: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;
	margin-left:15px;
}
.markermenu ul li{background:url(../images/bg-menuleft.jpg) left top no-repeat;}
.markermenu ul li a{
font: bold 9pt Arial, Helvetica, sans-serif;
text-transform:uppercase;
color: #000000;
display: block;
width: auto;
padding: 3px 0;
padding-left: 18px;
text-decoration: none;
/*border-bottom: 1px solid #B5B5B5;*/
}

* html .markermenu ul li a{ /*IE6 hack*/
	background:url(../images/bg-menuleft.jpg) left top no-repeat;
	width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	background:url(../images/bg-menuleft.jpg) left top no-repeat;
	color: #333333;
	height:19px;	
}

.markermenu ul li a:hover, .markermenu ul li a.selected{		
	color: #003399;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{	
	background:#680000 url(../images/fill-menu.gif) left top repeat-y;
}

.blackwhite li a:hover{	
	background:#680000 url(../images/selected-menu.gif) left top repeat-y;
	color: efc648;
}
