/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 255px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}
.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.markermenu ul li a{
	color: #000000;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 255px;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #000000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #666666;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{	 
	background-image: url(../images/nav_gr.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #ffffff;
	
}


	.blackwhite li a:hover{
	text-decoration:none;
	color: #000;
	background-image: url(../images/nav_gr_hover.png);
	background-repeat: repeat-y;
	background-position: left top;
 
}
