.menu{
	padding:0;
	height: 30px;
	width:990px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	position: relative;
	z-index: 1000;
}


#menu {
	padding:0;
	margin:0 0 0 15px;
	z-index: 10000;
	position: absolute;
}

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


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

}

#nav a:hover{
	color:#234050;
}

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

#nav ul {
	position:absolute;
	display:none;
	width:175px;
	top:25px;
	left: -1px;
	border-top: none;
	font-weight:  normal;
	font-size: 12px;
	line-height:normal;
	background:#f08b07;
	padding: 0 0px 3px;
	border-top:none;
}

#nav li ul a{
	padding:5px 5px 5px 10px;
	width:160px;
	height:auto;
	float:left;
	color: #fff;
	background-color:#6b828e;
	height: auto;
	line-height:normal;
	background-image: none;
}

#nav li ul a:hover{
	padding:5px 5px 5px 10px;
	color: #f08b07;
	line-height:normal;
	background-color:#e9e9e7;
}

#nav ul ul{
	top:auto;
	background: #6b828e;
	padding: 0 0px 5px;
}
#nav ul ul a{

}
#nav ul ul a:hover{

}

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

#nav li ul ul {
	left:175px;
	background:#f08b07;
	padding: 0 0px 3px;
}

#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: #234050;
	text-decoration: none;
	display: block;
	line-height: 17px;

	padding-left: 6px;
}

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

}

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

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