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

.markermenu{
	width:202px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 0;
padding: 0;
border:#FDA399 1px solid;
}

.markermenu ul li a{
background: #EDF7FF url(point-head.png) no-repeat 4px 6px; /*light gray background F2F2F2 FFE3E3*/ 
font: bold 12px Arial, Helvetica, sans-serif;
color: #006699; 
display: block;
width: auto;
padding: 3px 2px 3px 13px;
text-decoration: none;
border-bottom: 1px solid #FDA399;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #006699; 
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #FFFFFF;
background-color: #C7400B; 
}

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

.blackwhite li a{
background:url(point-head.png) #edf7ff 3px 6px no-repeat;
font: bold 12px Arial, Helvetica, sans-serif;
width:100px;
color:#006699;
padding: 3px 0;
padding-left: 14px;
padding-right: 2px;
text-decoration: none;
}

.blackwhite li a:hover{
color:#CC0000;
background:url(point-head-blue.png) #f8e2e2 5px 7px no-repeat;
padding: 3px 0;
padding-left: 14px;
padding-right: 2px;
text-decoration: none;
cursor:pointer;
}