/* ######### Marker List Vertical Menu ######### */
/* OLD */
.markermenu{
width: 185px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
text-align: left;
}

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

.markermenu ul li a{
	font: bold 10px arial;
	color: #5E5E5E;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid #D9D9D9;
	
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 180px; /* width of sidebar menu minus padding */
}


.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #B4853B;

}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

.submenu1 li a{
background-image: url('/images/nav-gradient-1.gif');
background-repeat: repeat x;
padding: 3px 3px;
width: 250px;
color: white;
}

.submenu1 li a:hover{
color: black;
}
.submenu2 li a{
background-image: url('/images/nav-gradient-2.gif');
background-repeat: repeat x;
width: 320px;
color: white;
}

.submenu2 li a:hover{
color: black;
}
