/* MAIN NAVIGATION */

#home #nav #t1 a,
#about #nav #t2 a.dropdown,
#prizes #nav #t3 a.dropdown,
#dates #nav #t4 a,
#tickets #nav #t5 a.dropdown,
#sponsors #nav #t6 a.dropdown,
#news #nav #t7 a,
#follow #nav #t8 a.dropdown {
	background: url("../images/page_indicator.png") no-repeat 0px center;
	color: #a3ae3b;
}

#nav, #nav ul {
	list-style: none;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	font-weight: bold;
/* 	text-align: center; */
}

#nav {
	margin-left: 115px;
}

#nav a {
	display: block;
	padding: 0 15px; /* Use this setting to have variable-width buttons */
	color: #614219;
	text-align: center;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

#nav li { /* all list items */
	float: left;
	display: block;
/* 	width: 118px; */  /* Use this setting to have fixed-width buttons */
	padding: 0;
/* 	border: 1px solid red; */
}

/* !SECONDARY DROP-DOWN NAVIGATION */

#nav li ul {
	position: absolute;
	z-index: 100;
	left: -999em;
	width: 190px;
	background-color: #a3ae3b;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #949494;
/*
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
*/
}

#nav li ul li {
	width: inherit;
/* 	font-size: 11px; */
	font-weight: normal;
	text-transform: none;
}

#nav li ul li a {
	background: none;
	width: 170px; /* 190 actual */
	padding: 0 10px;
	line-height: 28px;
	color: #fff;
	font-size: 11px;
	letter-spacing: normal;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #acb741;
}

#nav li ul li a.facebook {
	background: url("../images/icon_facebook.png") no-repeat 5px center;
	text-indent: 16px;
}

#nav li ul li a.twitter {
	background: url("../images/icon_twitter.png") no-repeat 5px center;
	text-indent: 16px;
}

#nav li ul li a:hover {
	background-color: #bce5eb;
	color: #614219;
}

/* !3RD LEVEL DROP-DOWN NAVGIATION */

#nav a.submenu {
	background: url("../images/arrow_right.gif") center right no-repeat;
}

#nav ul.level3 {
	margin: -25px 0 0 170px;
/* 	background-image: none; */
}

#nav ul.level3 a.topitem {
	background-color: #f0c00a;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* !FOOTER NAVIGATION */

#footer_nav {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footer_nav li {
	display: inline;
	border-right: 1px solid #b0b0b0;
}

#footer_nav li.last {
	border-right: none;
}

#footer_nav li a:link,
#footer_nav li a:visited,
#footer_nav li a:active {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
	padding: 0px 10px;
}

#footer_nav li a:hover {
	color: #a3ae3b;
}
