/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 186px; /*width of side bar menu*/
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 3px 0 17px;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: #fff; /*url(bulletlist.gif) no-repeat 3px center; light gray background*/
font: normal 11px Arial, Helvetica, sans-serif;
color: #000;
display: block;
width: auto;
padding: 5px 0 5px 20px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}

.markermenu ul li a.bg1{
	background:url(../images/bg1.gif) 5px 8px no-repeat;
	}
.markermenu ul li a.bg2{
	background:url(../images/bg2.gif) 5px 8px no-repeat;
	}
.markermenu ul li a.bg3{
	background:url(../images/bg3.gif) 5px 8px no-repeat;
	}
.markermenu ul li a.bg4{
	background:url(../images/bg4.gif) 5px 8px no-repeat;
	}
.markermenu ul li a.bg5{
	background:url(../images/bg5.gif) 5px 8px no-repeat;
	}
.markermenu ul li a.bg6{
	background:url(../images/bg6.gif) 5px 8px no-repeat;
	}
.markermenu ul li a.bg7{
	background:url(../images/bg7.gif) 5px 8px no-repeat;
	}
.markermenu ul li a.bg8{
	background:url(../images/bg8.gif) 5px 8px no-repeat;
	}


* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #6a2f5b;
background-color:#fff;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #fff;
color: #6a2f5b;
}
