/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px; /*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: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color:#111319;
}

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

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

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

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


.markermenu ul li a.home{
	color: white;
	background-color: #373C46;
	text-decoration:none;
}

