/* ######### Marker List Vertical Menu ######### */

.markermenu
{
	width: 100%; /*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;
	width:auto;
	height:auto;	
}

.markermenu ul li a
{
	font: bold 60% Verdana;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 2px;
	padding-left: 1px;
	text-decoration: none;
/*	border-bottom: 1px solid #FFFFFF; */
	background: url(../images/glossybackTest3.png) repeat-x bottom left;
}

* html .markermenu ul li a
{ /*IE6 hack*/
  width: 100%;
}

.markermenu ul li a:visited, .markermenu ul li a:active
{
	color: white;
}

.markermenu ul li a:hover, .markermenu ul li a.selected
{
	color:Yellow;
/*	background: #990000;  */
	background-image: url(../images/glossyback.gif);
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a
{
	background: white;
}

.blackwhite li a:hover
{
/*	background: #990000; */
	color: white;
	background-image: url(../images/glossyback.gif);
}
