/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 177px; /*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: 0;
}

.markermenu ul li a{
	background: #F2F2F2; /*light gray background*/
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #000066;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 177px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #000066;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #CC9933;
	background-color: #FFFFFF;
}

.markermenu ul li a.LandingSelected{
	color: #CC9933;
	background-color: #000066;
}

.markermenu ul li a.Landing{
	color: #FFFFFF;
	background-color: #000066;
}

.markermenu ul li a.TierTwoSelected{
	color: #CC9933;
	background-color: #FFFFFF;
}
.markermenu ul li a.TierTwo{
	color: #CC9933;
}
.markermenu ul li a.TierThreeSelected{
	color: #CC9933;
	background-color: #FFFFFF;
	line-height:14px;
	font-weight: bold;
	border-bottom: 0px;
	padding-left: 15px;
}
.markermenu ul li a.TierThree{
	line-height:14px;
	font-weight: normal;
	border-bottom: 0px;
	padding-left: 15px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #D3D9E7;
line-height:14px;
}

.blackwhite li a:hover{
background: #FFFFFF;
color: #CC9933;
line-height:14px;
}
