/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 228px; /*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;
}

.markermenu ul li a{
	color: #FFFFFF;
	display: block;
	width: 210px;
	text-decoration: none;
	background-image: url(../images/submenu_linkbk.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Tahoma;
	font-size: 13px;
	padding-top: 7px;
	font-weight: bold;
	line-height: 14px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 210px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #FFFFFF;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #FFFFCC;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background-color: #FFFFCC;
}

.blackwhite li a:hover{
	color: white;
	background-color: #666666;
}
