/* ######### 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*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
	font: bold 13px Arial;
	color: #FF6200;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color:#272727;
	margin-bottom:1px;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background-color: #464646;
	text-decoration:none;
}

.markermenu ul li .markermenu ul li a.current{
	color: white;
	background-color: #464646;
	text-decoration:none;
}


.markermenu ul li a.home{
	color: black;
	background-color: #FF9;
	text-decoration:none;
}
