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

.markermenu{
width: 192px; /*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;
padding: 0;
border: 0px  dotted #000;
}

.markermenu ul li{
	background-image: url(../template/hjb/images/bg_leftmenu.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 23px;
	width: 200px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	background-repeat: no-repeat;
	float: left;
}

.markermenu ul li a{
	/*background: #374510 url(../images/bulletlist.gif) no-repeat 3px center;*/
	/*background-color:#374510;*/
	color: #ffffff;
	display: block;
	width: auto;
	padding: 0px;
	padding-left: 0px;
	padding-bottom:10px;
	text-decoration: none;
	border-bottom: 0px solid #405941;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;


}

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

}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #ffffff;
/*background-color: black;*/
text-decoration:underline;
}

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

.blackwhite li a{
/*background: #AAC077;
background-color:transparent;*/
font-weight:bold;
}

.blackwhite li a:hover{
/*background: #AAC077;
background-color:transparent;*/
color: #FFFFFF;
font-weight:bold;
}