#menu{
	position: absolute;
	right: 0px;
	top: 72px;
	z-index: 1000;
	font-size: 11px;
	font-weight:  bold;
}

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


#nav a{
	display:block;
	padding:0px 10px;
	color:#5e5149;
	text-decoration:none;

}

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

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

#nav ul {
	position:absolute;
	display:none;
	width:180px;
	top:27px;
	border-top: none;
	font-weight:  normal;
	font-size: 12px;
	line-height:20px;
	background: url(/images/drop1.png) no-repeat bottom right;
	padding: 0 1px 8px;
}

#nav li ul a{
	padding:0px 5px;
	width:170px;
	height:auto;
	float:left;
	color: #fff;
	background-color:#25498D;
	height: auto;
}

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

#nav ul ul{
	top:auto;
	border-top: 1px solid #BAADA1;
	background: url(/images/drop2.png) no-repeat bottom right;
	padding: 0 1px 8px;
}
#nav ul ul a{
	background: #526da4;
	color: #fff;
}
#nav ul ul a:hover{
	background: #748bb7;
	color: #fff;
}


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

#nav .left-pop li ul{
	top: -1px;
	position: absolute;
	left:-191px;
}

#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-nav{
	margin: 10px 0 0 0;
	padding: 0;
}

.related-nav a{
	color: #fff;
	text-decoration: none;
}

.related-nav li{
	list-style: none;
}