/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*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 "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	background-image: url(../images/sidebarButtonBG_1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 5px;
	
}



.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #FFFFFF;
	background-image: url(../images/sidebarButtonBG_1lit.jpg);
}
