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

.menu{
	
}

#menu {
	width: 1000px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 1000;
	height: 24px;
}

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


#nav a{
	display:block;
	padding:2px 12px 2px;
	color:#690d78;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
}

#nav a:hover{
	color:#690d78;
	font-weight:bold;
}

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

#nav ul {
	position:absolute;
	display:none;
	width:180px;
	top:24px;
	border-top: none;
	font-weight:  normal;
	font-size: 12px;
	background: url(/images/drop1.png) repeat top right;
	border-bottom: 2px solid #fff;
	padding: 0 0px 10px;
}

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

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

#nav ul ul{
	top:auto;
	background: url(/images/drop1.png) repeat top right;
	border-bottom: 2px solid #fff;
	padding: 0 0px 10px;
}
#nav ul ul a{
	color: #fff;
}
#nav ul ul a:hover{
	background: #91008d;
	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 0 20px;
	border-bottom: 1px solid #EAC6CF;
	margin: 0 0 20px;
	width: 200px;
}

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

.related-list a:hover{

}

.nsel{

}

.related-list li{
	list-style: none;
	line-height: 20px;
}