/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 95%; /*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;
	border-bottom: 1px solid #52677b;
}

.markermenu ul li a{
	background: #FFFFFF no-repeat 3px center; 
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	color: #52677b;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #52677b;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #52677b;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #ffffff;
	background-color: #52677b;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: #dddddd;
	color: #52677b;
	font-weight: bold;
}

.blackwhite li a:hover {
	color: #ffffff;
	background-color: #52677b;
	font-weight: bold;
}

.noborder
{
	visibility: hidden;
}