/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 162px;
	position: relative;
	clear: left;
	overflow: hidden;
}

.markermenu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 162px;
}

.markermenu ul li a{
	background: url(../images/bulletlist.gif) no-repeat 10px center;
	color: #003366;
	display: block;
	padding: 3px 0;
	padding-left: 30px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 162px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background: url(../images/bulletlistovr.gif) no-repeat 10px center #0C6692;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
.sidearrow {
	background-image: url(../images/arrow-right.gif) right;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
