#menu {
	width: 920px;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
	z-index: 1000;
	height: 25px;
	position: absolute;
}

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


#nav a{
	display:block;
	padding:0px 8px;
	color:#fff;
	text-decoration:none;
	background: url(/images/menu-div.jpg) no-repeat right center;

}

#nav a:hover{

}

#nav li{
	float:left;
	position:relative;
	line-height: 25px;	 
}

#nav ul {
	position:absolute;
	display:none;
	width:180px;
	top:24px;
	border-top: none;
	font-weight:  normal;
	font-size: 12px;
	line-height:20px;
	padding: 0 0px 30px;

}

#nav li ul a{
	padding:0px 5px;
	width:170px;
	height:auto;
	float:left;
	color: #00235d;
	background-color:#fff;
	background-image: none;
	height: auto;
	border-bottom: 1px solid #0047ad;
}

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

#nav ul ul{
	top:auto;
	background: url(/images/drop2.png) bottom right;
	padding: 0 0px 25px;
}
#nav ul ul a{
	background: #b89c62;
	color: #fff;
	border-bottom: 1px solid #bea46e;
}
#nav ul ul a:hover{
	background: #a99467;
	color: #fff;
}

#nav li ul li{
	border-right: none;
	line-height: 20px;

}
	

#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: #fff;
	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;
}