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

.markermenu{
width: 110px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background-color:#382b12;
}

.markermenu ul {
margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:9999;
	background-color: #382b12;
	width: 110px;
	top: 10px;
}

.markermenu ul li{
border-bottom: thin solid #FFF;
}

.markermenu ul li a{
	display: block;
	margin-left: 0px;
	padding-left: 10px;
	width: 100px;
	height: 30px;
	color: #FFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	background-color:#382b12;
	background-repeat:no-repeat;
	background-position:center center;
}

.markermenu ul li a:hover{
	display: block;
		margin-left: 0px;
	padding-left: 10px;
	width: 100px;
	height: 30px;
	color: #FFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	background-color:#614d25;
	background-repeat:no-repeat;
	background-position:center center;
}

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

/*.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}*/

