#nav, #nav ul{
	margin:0px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#nav a{
	display:block;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
	float:left;
	position:relative;
	margin-right: 15px;
	padding-right: 15px;
	display: block;
}

#nav ul {
	position:absolute;
	display:none;
	top:31px;
	background-color: #ffffff;
	width: 180px;
	padding: 15px;
	z-index: 900;
}

#nav li ul a{
	width:12em;
	height:auto;
	display: block;
}

#nav ul ul{
	top:auto;
	background-color: #614067;
	padding: 5px;
	width: 250px;
}	

#nav li ul ul {
	left:10px;
	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;
}
.top-link {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	letter-spacing: 0.09em;
	height: 20px;
}
.underlined {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #FFF;
}
.inner-link {
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
	letter-spacing: 0.09em;
}

