ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 92px;
	width: 500px;
}

#nav a {
	color: #404040;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#nav li li a {
	display: block;
	font-weight: normal;
	color: #BCBCBC;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	clear: left;
	float: left;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#nav li>a {
	float: none;
	display: block;
}


#nav li li a:hover {
	border-width: 0 5px;
	background-image: url(../layout/dropdown_lines_yellow.gif);
	color: #333333;
}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	margin-left: 10px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #808080;
	background-image: url(../layout/dropdown_lines_grey.gif);
	clear: left;
	float: left;
	margin-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #515151;
	border-bottom-color: #515151;
	border-left-color: #515151;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #808080;
	padding: 0px;
		filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}


li>ul {
	top: auto;
	left: auto;
}
 
li li {
	display: block;
	float: none;
	border: 0;
	margin: 0px;
	padding: 0px;
	clear: both;
	list-style-type: none;
}

li:hover ul, li.over ul {
	display: block;
}
#as {
	background-image: url(../layout/forest/aas.gif);
	padding-top: 24px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-top: -24px;
	position: relative;
}
#cs {
	background-image: url(../layout/forest/cs.gif);
	margin-top: -40px;
	padding-top: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
