.navbar {
	background: url(../images/shared/bg_button.png) repeat-x left 0px;
	width: 796px;
	height: 44px;
	margin: 0px auto;
	padding: 0;
	list-style: none;
}
a.nav {
	float: left;	
	font-weight: bold;	
	text-decoration: none;	
	color: #666666;
	background: url(../images/shared/nav_separator.jpg) no-repeat right 0px;	
	text-align: center;
	padding: 12px 0px;	
}
li.menu_item {
	float: left;
	position: relative;
}
a.nav span {
	display: block;
}
a.nav:hover {
	background: #FF9900 url(../images/shared/nav_hover_bg.jpg) no-repeat right 0px;
	color: #990000;
}

/* Specific rules for the top navigation items */
#nav_home {
	width: 80px;
}
#nav_concerts {
	width: 111px;
}
#nav_buy {
	width: 167px;
}
#nav_about {
	width: 105px;
}
#nav_events {
	width: 90px;
}
#nav_involved {
	width: 138px;
}
#nav_contact {
	width: 105px;
}

/* Determines what category is selected in the navbar */
#pagetype_01 #nav_home {
	background: #BF0000 url(../images/shared/navbar_on.jpg) no-repeat right 0px;
	color: #FFCC99;
}
#pagetype_02 #nav_concerts {
	background: #BF0000 url(../images/shared/navbar_on.jpg) no-repeat right 0px;
	color: #FFCC99;
}
#pagetype_03 #nav_buy {
	background: #BF0000 url(../images/shared/navbar_on.jpg) no-repeat right 0px;
	color: #FFCC99;
}
#pagetype_04 #nav_about {
	background: #BF0000 url(../images/shared/navbar_on.jpg) no-repeat right 0px;
	color: #FFCC99;
}
#pagetype_04b #nav_events {
	background: #BF0000 url(../images/shared/navbar_on.jpg) no-repeat right 0px;
	color: #FFCC99;
}	
#pagetype_05 #nav_involved {
	background: #BF0000 url(../images/shared/navbar_on.jpg) no-repeat right 0px;
	color: #FFCC99;
}
#pagetype_06 #nav_contact {
	background: #BF0000 url(../images/shared/navbar_on.jpg) no-repeat right 0px;
	color: #FFCC99;
}

/* Dropdown menus rules */
.dropdown_menu {
	background: #CCC url(../images/shared/dropdown-bg.png) repeat left 0px;
	padding: 0px 10px 0px 10px;	
	border: 1px solid #938d7e;
	border-top: none;
	list-style: none;	
	position: absolute;
	top: 44px;
	left: -1px;
	display: none;
}
.dropdown_menu a {
	color: #000;
	text-decoration: none;
	padding: 0px 8px;
	margin: 0px -10px;
	display: block;
}
.dropdown_menu a:hover {
	color: #FF9;
	background: #b0aa98;
}
li#nav2 ul{
	width: 180px;
}
li#nav3 ul{
	width: 190px;
}
li#nav4 ul{
	width: 240px;
}
li#nav4b ul{
	width: 160px;
}
li#nav5 ul{
	width: 200px;
}
li#nav6 ul{
	width: 170px;
}
li.menu_item:hover ul.dropdown_menu {
	display: block;
	margin: 0px;
	line-height: 200%;
	font-size: 16px;
}

/* Footer navigation */
.footer_links {
	padding:1px 0px 1px 35px;
	margin:0px auto -20px auto;
}
.footer_links ul {
	padding:0;
	margin:0;
	list-style:none;
	font-weight:bold;
}
.footer_links_groups {
	float:left;
	margin:auto 15px;
}
.footer_links_groups ul li {
	padding-left:15px;
	list-style: none;
	margin-left:0px;
	background: url(../images/shared/sched_bullet.gif) no-repeat 0px center;
	font-weight:normal;
}
.footer_links_groups a {
	font-size:12px;
	color:#990000;
	text-decoration:none;
}
.footer_links_groups a:visited {
	color:#999999;
}
.footer_links_groups a:hover {
	color:#FF6600;
}
