#menu {
	
}

.menu{
	position: absolute;
	top: 96px; 
	left: 112px;
	z-index: 1000;
}

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


#nav a{
	display:block;
	padding:0 10px 0 10px;
	color:#8B002E;
	text-decoration:none;
	font-size: 14px;
	line-height: 42px;
}

#nav a:hover{
	background: #E0E0E0;
}

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

#nav ul {
	position:absolute;
	display:none;
	width:180px;
	top: 42px;
	border-top: none;
	font-weight:  normal;
	font-size: 12px;
	line-height: 20px;
	background: url(/i/drop1.png) repeat top right;
	padding: 0;
	z-index: 200;
}

#nav li ul a{
	padding:10px 5px;
	width:170px;
	height:auto;
	float:left;
	color: #8B002E;
	height: auto;
	border-top: 1px solid #D2B7B6;
	line-height: normal;
}

#nav li ul a:hover{
	color: #8B002E;
	background:#fff;
}

#nav ul ul{
	top:auto;
	background: url(/i/drop2.png) repeat top right;
	padding: 0 0px 0;
}
#nav ul ul a{
	color: #fff;
}
#nav ul ul a:hover{
	background: #F3E5EA;
}

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