/* CSS Document */
.markermenu{
list-style-type: none;
margin: 5px 0px 5px 10px ;
padding: 0;
width: 220px;
}

.markermenu li a{
background: url(media/arrow-list.gif) no-repeat 2px center;
font: bold 13px Verdana, Helvetica, sans-serif;
color: #eee;
display: block;
width: auto;
padding: 5px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px solid #ccc;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 210px;
}

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

.markermenu li a:hover{
color: #fff;
background-color: #616C32;
background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
/*Style Applied to the Paragraphs for Main Section Links */
.navacc {background-color : #626D32;}
.navacc a {background-color : #626D32;border : 1px solid #C0C0C0;	color : #fff;	display : block;	padding-bottom : 2px;padding-left : 0px;	padding-top : 4px;	text-decoration : none;	width :98%;font-family : Verdana, Arial, Helvetica, sans-serif;font-size : 11px; font-weight:bold}
.navacc a:hover {	background-color : #626D32;	border : 1px solid #999999;	color:#FFCC00;	text-decoration : underline;}