@charset "UTF-8";
/* CSS Document */

.menu{
	height:25px;
	margin:10px 0 0 110px;
	padding:0 0;
	width: 800px;
	z-index: 1000;
	font-family:Arial, Helvetica, sans-serif;
}


#menu {
	padding:0 0 0 0;
	margin: 0 0 0 0;
	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:0 14px 0 0;
	color:#fff;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}

#nav a:hover{
	background: url(/images/root-menu-bg.gif) no-repeat bottom left;
}

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

#nav ul {
	position:absolute;
	display:none;
	width:180px;
	top:23px;
	left: -1px;
	border-top: none;
	font-weight:  normal;
	font-size: 11px;
	line-height:20px;
	background:url(/images/drop1.png);
	padding: 0 0px 10px;
	border-top:none;
}

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

#nav li ul a:hover{
	border: none;
	background: #890D01;
}

#nav ul ul{
	top:auto;
	background:url(/images/drop2.png);
	padding: 0 0px 10px;
}
#nav ul ul a{
	color: #fff;
}
#nav ul ul a:hover{
	color: #fff;
	background: #565656;
}

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