<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.web205000{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
}

.web205000 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

	
.web205000 li a{
	display: block;
	height: 24px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(media/arrowblue.gif);
	background-position: left 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}	
	
.web205000 li a:link, .web205000 li a:visited {
	color: #555555;
}

.web205000 li a:hover{
	color: #000000;
	background-position: left -32px;
	background-repeat: no-repeat;
}

	
.web205000 li a.selected{
	color: #000000;
	background-position: left -64px;
	background-repeat: no-repeat;
}

.Headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

</style>

