#navbar{
	clear:left;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	border:3px solid #2D2C2C;
	border-left:0;
	border-right:0;
	width:610px;
}

#navbar li{
	float:left;
	margin:0;
	padding:0;
	height:18px;
	border:1px solid black;
	overflow:hidden;
	font-size:2px;
}

#navbar li a{
	display:block;
	padding-top:18px;
}

#navbar li a.current{
	background:transparent;
}

#home_nav{
	background: url(../images/navbar/home_hover.png);
	width:57px;
}

#home_nav a{
	background: url(../images/navbar/home.png);
}

#home_nav a:hover{
	background: transparent;
}

#venues_nav{
	background: url(../images/navbar/venues_hover.png);
	width:59px;
}

#venues_nav a{
	background: url(../images/navbar/venues.png);
}

#venues_nav a:hover{
	background: transparent;
}

#calendar_nav{
	background: url(../images/navbar/calendar_hover.png);
	width:73px;
}

#calendar_nav a{
	background: url(../images/navbar/calendar.png);
}

#calendar_nav a:hover{
	background: transparent;
}

#deals_nav{
	background: url(../images/navbar/deals_hover.png);
	width:51px;
}

#deals_nav a{
	background: url(../images/navbar/deals.png);
}

#deals_nav a:hover{
	background: transparent;
}

#concert_club_nav{
	background: url(../images/navbar/concert_club_hover.png);
	width:95px;
}

#concert_club_nav a{
	background: url(../images/navbar/concert_club.png);
}

#concert_club_nav a:hover{
	background: transparent;
}

#tickets_nav{
	background: url(../images/navbar/tickets_hover.png);
	width:58px;
}

#tickets_nav a{
	background: url(../images/navbar/tickets.png);
}

#tickets_nav a:hover{
	background: transparent;
}

#event_planning_nav{
	background: url(../images/navbar/event_planning_hover.png);
	width:111px;
}

#event_planning_nav a{
	background: url(../images/navbar/event_planning.png);
}

#event_planning_nav a:hover{
	background: transparent;
}

#contact_us_nav{
	background: url(../images/navbar/contact_us_hover.png);
	width:90px;
}

#contact_us_nav a{
	background: url(../images/navbar/contact_us.png);
}

#contact_us_nav a:hover{
	background: transparent;
}




/****** FOOTER NAV BAR **********/
#footer_navbar{
	list-style:none;
	float:left;
	clear:left;
	display:inline;
	margin:20px 0 10px 44px;
	width:542px;
	border-bottom:2px solid #DD6807;
	padding:0 0 2px 0;
}

#footer_navbar li{
	float:left;
	display:inline;
	font-size:0.65em;
	margin:0 9px;
	padding:0;
}

#footer_navbar li a{
	color:white;
	text-decoration:none;
	text-transform: capitalize;
}

#footer_navbar li a:hover, #footer_navbar li a.current{
	color:#008AFF;
}