.nav {
	margin: 0;
}

#nav .nav {
	float: left;
}

#nav .nav.short {
	float: right;
}

#nav {
	height: 40px;
	background: url('../img/nav.gif') repeat-x;
}

#nav li {
	float: left;
	padding: 0;
	background: none;
	position: relative;
	z-index: 20;
}

#nav a {
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	background: url('../img/nav.gif') repeat-x;
	float: left;
}

#nav a:hover,
#nav .hover a {
	color: #762123;
	background-position: 0 -40px;
}

#nav .active a {
	text-decoration: underline;
}

#nav ul ul {
	width: 170px;
	position: absolute;
	left: 0;
	top: 40px;
	background: #e6e6e6;
	padding: 15px 20px;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .20);
}

#nav ul ul li {
	float: none;
}

#nav ul ul a,
#nav ul .hover ul a {
	font-size: 12px;
	color: #333;
	float: none;
	background: red;
	line-height: 20px;
	background: url('../img/arrow-333.gif') 0 7px no-repeat;
	padding-left: 15px;
	text-decoration: underline;
}

#nav ul ul a:hover {
	text-decoration: none;
	background-position: 0 7px;
	color: #333;
}

#nav ul ul .active a {
	text-decoration: none;
}

#right .nav {
	margin-bottom: 20px;
}

#right .nav li {
	padding: 0;
	background: none;
}

#right .nav a {
	font-size: 14px;
	padding-left: 15px;
	background: url('../img/arrow-264c93.gif') 0 6px no-repeat;
	text-decoration: underline;
	display: block;
}

#right .nav a:hover {
	text-decoration: none;
}

#right .nav .active a {
	background-image: url('../img/arrow-666.gif');
	color: #666;
	text-decoration: none;
}

#right .nav .active a:hover {
	text-decoration: underline;
}

#right .nav .nav {
	margin: 5px 0 5px 15px;
}

#right .nav .nav a {
	font-size: 12px;
}

#right .nav .nav .active a {
	text-decoration: underline;
}