#nav {
	width: 165px;
	height: auto;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	margin-top: 225px;
	line-height: 25px;
	font-size: 20px;
}

#nav ul {
	position: relative;
	z-index: 200;
	margin-top: -75px;
}

#nav ul li ul {
	background-color: transparent;
	display: none;
	top: 25px;
	position: absolute;
	width: 165px;
	z-index: 220;
}

#nav ul li:hover ul {
	width: 165px;
	position: absolute;
	height: auto;
	display: block;
}

#nav a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	display: block;
	color: #666666;
}

#nav a:hover,
#nav a.active {
	color: #e5e5e5;
}

#nav > ul > li {
	/*
	padding-top: 75px;
	height: 130px;

	display: block;*/
	width: 165px;
}
