/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 140px; /*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;
}

.markermenu ul li a{
	color: #0000B5;
	display: block;
	width: inherit;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-variant:small-caps;
	text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: auto;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #0000B5;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #900;
	text-decoration: underline;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	color: #0000B5;
	font-weight: normal;
}

.blackwhite li a:hover{
	color: #900;
	font-weight: normal;
	text-decoration: underline;
}
