/* ######### 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{
	list-style-type: none;
	padding: 0;
	margin: 5px;
}

.markermenu ul li a{
	color: #398275;
	display: block;
	width: auto;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 3px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #398275;
	padding: 5px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #46A192;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #FFFFFF;
	background-color: #46A192;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background-color: #DFEFEF;
	color: #46A192;
	font-weight: bold;
}

.blackwhite li a:hover{
	color: white;
	background-color: #46A192;
}
