/* ######### 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;
	margin: 5px 0;
	padding: 0;
	text-align: left;
}
.markermenu ul li {

}
.markermenu ul li a{
	background-image: url(../../images/menu-sidebar.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 28px;
	width: 185px;	
	display: block;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	display: inline;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: -5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;	

}

.markermenu ul li a:hover{
	background-image: url(../../images/menu-sidebar-hover.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFF;	
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{

}

.markermenu ul li a:hover, .markermenu ul li a.selected{

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{

}

.blackwhite li a:hover{

}