/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 190px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	display: block;
	margin: 0px;

}

.markermenu ul{
	list-style-type: none;
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.markermenu ul li a {
	color: #FFFFFF;
	display: block;
	width: auto;
	padding-left: 12px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 4;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	background-color: #142A5B;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 175px;
	border-right-color: #DB261D;
}

.markermenu ul li a:link{
	background-color: #142A5B;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.markermenu ul li a:visited{
	background-color: #142A5B;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.markermenu ul li a:active{
	background-color: #142A5B;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
	background-color: #F7F7F7;
	font-weight: normal;
	text-decoration: none;
	color: #071025;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background-color: #F7F7F7;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
}

.blackwhite li a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #142A5B;
	font-size: 11px;
}

