#nav, #nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em; 
	z-index:6;
}

#nav a{
	display: block;
	padding: 0px 5px;
	border: 0;
	text-decoration: none;
	color: #fff;
	background: #c1161c;
	font-size: 0.9em;
	text-align: center;
	
}

#nav a:hover{
	background: #f9a51f;
}
#nav a.more { background: #c1161c url(../../images/frontend/arrow-white.gif) 132px center no-repeat; }
#nav a.more:hover { background: #f9a51f url(../../images/frontend/arrow-white.gif) 132px center no-repeat; }

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

#nav ul {
	position:absolute;
	display:none;
	width:130px;
	top:1.5em;
	border: solid 1px #fff;
}

#nav li ul a{
	width:130px;
	height:auto;
	float:left;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:130px;
	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;
}
