.menu{
	background: #fff;
	padding:0;
	height: 22px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(/images/menu-bg.gif) no-repeat top center;
	position: absolute;
	width: 620px;
	top: 77px;
	left: 347px;
}


#menu {
	padding:0;
	margin: 0 0 0;
	position: relative;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:22px; 
}


#nav a{
	display:block;
	padding:0px 10px;
	color:#007236;
	text-decoration:none;
	font-size: 12px;
	line-height: 22px;

}

#nav a:hover{
	color:#1e2a1c;
}

#nav li{
	float:left;
	position:relative;
		 
}

#nav ul {
	position:absolute;
	display:none;
	width:180px;
	top:22px;
	left: -1px;
	border-top: none;
	font-weight:  normal;
	font-size: 12px;
	line-height:20px;
	background:#00937f;
	padding: 0 0px 10px;
	border-top:none;
}

#nav li ul a{
	padding:0px 5px;
	width:170px;
	height:auto;
	float:left;
	color: #fff;
	background-color:#00937f;
	height: auto;
	background-image: none;
}

#nav li ul a:hover{
	padding:0px 5px;
	color: #fff;
	background-color:#afbd22;
}

#nav ul ul{
	top:auto;
	background: #afbd22;
	padding: 0 0px 25px;
}
#nav ul ul a{
	background: #afbd22;
	color: #fff;
}
#nav ul ul a:hover{
	background: #c5cf5e;
	color: #313518;
}

#nav li ul li{
	border-right: none;
}
	

#nav li ul ul {
	left:170px;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}


.related-list{
	padding: 0;
	border-top: 1px solid #fff;
	margin: 0;
}

.related-list a{
	color: #1e2a1c;
	text-decoration: none;
	display: block;
	line-height: 17px;

	padding-left: 6px;
}

.related-list a:hover{
	background-color: #E1E5EC;
	border-bottom: 1px solid #A1AEC3;
	color: #00235D;

}

.nsel{
	background-color: #E1E5EC;
	border-bottom: 1px solid #A1AEC3;
	color: #00235D;
}

.related-list li{
	list-style: none;
	border-bottom: 1px solid #fff;
	line-height: 20px;
}