.menu{
	border-bottom:1px solid #745D8A;
	border-top:1px solid #745D8A;
	font-family:Arial,Helvetica,sans-serif;
	height:30px;
	margin:0 7px 10px;
	padding:0;
	position:relative;
	z-index: 10000;
}


#menu {
	padding:0;
	margin:3px 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:0px 12px 0 15px;
	color:#FFF;
	text-decoration:none;
	background: url(/images/top-menu-sep.jpg) no-repeat top left;
	font-size: 12px;
	line-height: 28px;

}

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

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

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

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

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

#nav ul ul{
	top:auto;
	background: url(/images/drop2.png) bottom right;
	padding: 0 0px 10px;
}
#nav ul ul a{
	background: #9d8ead;
	color: #fff;
}
#nav ul ul a:hover{
	background: #715a88;
	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{
	padding: 0;
	border-top: 1px solid #fff;
	margin: 0;
}

.related-list a{
	color: #1e2a1c;
	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;
}@charset "UTF-8";
/* CSS Document */

