/* ######### Marker List Vertical Menu ######### */

.markermenu
{
	width:230px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	border:solid 1px #ffc040;
	margin:0px;
	padding:0px 0px 0px 0px;
	display: block;
}

.markermenu ul
{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #ffc040;
}

.markermenu ul li a
{
	background: #000000 url(bulletlist.gif) no-repeat left; /*light gray background*/
	font: bold 11px arial;		
	display: block;
	width: auto;	
	padding:5px 60px 5px 15px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 5px solid #ffc040;
	background-color:#000000;
	color: #ffffff;
}

* html .markermenu ul li a{width: 155px;/*IE6 hack*/}

.markermenu ul li a:visited, .markermenu ul li a:active{color: #ffffff;background-color:#000000;text-decoration:none;}
.markermenu ul li a:hover, .markermenu ul li a.selected{display: block;color: #ffffff;background-color: #000000;text-decoration:none;}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{background:#ffe7b3;text-decoration:none;}
.blackwhite li a:hover{background: #ffc040;color: white;text-decoration:none;}