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

.markermenu{
width: 190px; /*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: 13px Arial;
	color: #013A57;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color:white;
	margin-bottom:1px;
}

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

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

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

.markermenu ul li .markermenu ul li a.current{
	color: #000;
	background-color: #7ACC0E;
	text-decoration:none;
}


.markermenu ul li a.home {
	color: #013A57;
	background-color: #E2F2DE;
	text-decoration:none;
}


.markermenu ul li a.home:hover{
	color: #FFF;
	background-color: #7FCF18;
	text-decoration:none;
}




