.menu{
	position: relative;
	background: url(/images/menu-bg.gif) no-repeat top center;
	width: 990px;
	float: left;
	position: relative;
	z-index: 100;
}

#menu {
	width: 990px;
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
	z-index: 1000;
	height: 26px;
	font-family: Arial;
}

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


#nav a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size: 11px;

}
#nav span{
	background: url(/images/menu-l.gif) no-repeat top left;
	display:block;
	padding: 0 0 0 10px;
}

#nav span span{
	padding:2px 15px 0 5px;
	background: url(/images/menu-r.gif) no-repeat top right;
	line-height: 24px;
}

#nav a:hover{
	color:#293176;	
	background: url(/images/menu-bga.gif) repeat-x;
}

#nav a:hover span{
	background: url(/images/menu-la.gif) no-repeat top left;
}
#nav a:hover span span{
	background: url(/images/menu-ra.gif) no-repeat top right;
}

#first-a span{
	background: none;
}

#first-a a:hover span{
	background: url(/images/menu-la-first.gif) no-repeat top left;
}

#last-a span span{
	padding:2px 20px 0 5px;
	background: url(/images/menu-sep.gif) no-repeat top right;
}

#last-a a:hover span span{
	padding:2px 13px 0 5px;
	background: url(/images/menu-ra.gif) no-repeat top right;
}

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

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

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

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

#nav ul ul{
	top:auto;
	background: #fff;
	padding: 0 0px 10px;
}
#nav ul ul a{
	color: #293176;
	background-color:#fff;
}
#nav ul ul a:hover{
	background: #293176;;
	color: #fff;
}

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

.related-list a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #032777;
}

.related-list a:hover{
	color: #CD3349;
}

.nsel{

}

.related-list li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.related-list li li{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

.related-list li ul{
	margin: 0;
	padding: 0;
}

.related-list li li a{
	color: #032777;
}

.related-list li.nsel a{
	color: #5762a6;
}

.related-list li.nsel li a{
	color: #032777;	
}

.related-list li li.bold-child a{
	color: #CD3349;
}

.related-list li li.bold-child li a{
	color: #032777;	
}