/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 184px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding: 0;

}

.markermenu ul{
list-style-type: none;
padding: 0;
margin: 0;
}

.markermenu ul li a{
background: url(images/mnu.jpg) no-repeat; 
font: bold 13px Arial;
color: #ffffff;
display: block;
width: 184px;
padding-left: 35px;
text-decoration: none;
line-height: 32px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 184px;
}


.markermenu ul li a:hover, .markermenu ul li a.selected, .markermenu ul li a.topicselected {
	background: url(images/mnu_Active.jpg) no-repeat; 
	font: bold 13px Arial;
	color: #ffffff;
	display: block;
	width: 184px;
	padding-left: 35px;
	text-decoration: none;
	line-height: 32px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	font: bold 13px Arial;
	background: #0278BB;
	color:#ffffff;
	border: solid 1px #ffffff;
	
}

.blackwhite li a:hover, .blackwhite li a.topicselected {
	font: bold 13px Arial;
	background: #ffffff;
	color: #0278BB;
	border: solid 1px #0278BB;
}
