#nav
{
	background:#971b1e;
	padding-left:30px;
	height:33px;
	border-bottom:1px solid #000;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav li
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background:#971b1e;
}

#nav a
{
	padding: 10px 0 10px 0;
	display: block;
	color: #fff;
	text-decoration:none;
}

#nav a:hover {
	background:#971b1e;
	text-decoration:underline;
}

#nav li ul
{
	position: absolute;
	left: -999em;
	background: #971b1e;
	border-top: 0;
	z-index: 1001;
	padding: 10px 0;
}

#nav li:hover ul
{
	top: 133px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

/* */

#background {
	width:90px;
}
#background:hover ul {
	left: 25px !important;
}
#background li {
	width: 150px !important;
}

#events {
	width:80px;
}
#events:hover ul {
	left: 95px !important;
}
#events li {
	width: 250px !important;
}

#sponsors {
	width:170px;
}
#sponsors:hover ul {
	left: 265px !important;
}
#sponsors li {
	width: 125px !important;
}

#news {
	width:50px;
}
#news:hover ul {
	left: 415px !important;
}
#news li {
	width: 100px !important;
}

/* */

#nav li ul li
{
	clear: both;
	margin: 1px 0 10px 5px;
	padding: 0;
	background:#971b1e;
	float:none;
}

#nav li ul li a {
	padding:0;
	background: #971b1e;
	border:0;
}

#nav li ul li a:hover {
	text-decoration:underline;
}