/*-- HEADER NAVIGATION  */
ul#headernav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#headernav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#headernav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 131px;
}
ul#headernav li:hover a, ul#headernav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#headernav a.logo {
	background: url(images/logo.png) no-repeat;
	width: 725px;
}
ul#headernav a.bluebox {
	background: url(images/bluebox.png) no-repeat;
	width: 47px;
}
ul#headernav a.blog {
	background: url(images/blog.png) no-repeat;
	width: 47px;
}
ul#headernav a.rss {
	background: url(images/rss.png) no-repeat;
	width: 46px;
}
ul#headernav a.twitter {
	background: url(images/twitter.png) no-repeat;
	width: 49px;
}
ul#headernav a.facebook {
	background: url(images/facebook.png) no-repeat;
	width: 46px;
}

/*-- MAIN NAVIGATION  */

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 34px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(images/home.png) no-repeat;
	width: 102px;
}
ul#topnav a.beers {
	background: url(images/beers.png) no-repeat;
	width: 101px;
}
ul#topnav a.shop {
	background: url(images/shop.png) no-repeat;
	width: 101px;
}
ul#topnav a.destination {
	background: url(images/destination.png) no-repeat;
	width: 123px;
}
ul#topnav a.events {
	background: url(images/events.png) no-repeat;
	width: 89px;
}
ul#topnav a.gigs {
	background: url(images/gigs.png) no-repeat;
	width: 108px;
}
ul#topnav a.articles {
	background: url(images/articles.png) no-repeat;
	width: 101px;
}
ul#topnav a.weddings {
	background: url(images/weddings.png) no-repeat;
	width: 111px;
}
ul#topnav a.contact {
	background: url(images/contact.png) no-repeat;
	width: 124px;
}
ul#topnav a.blank {
	background: url(images/blank.png) no-repeat;
	width: 120px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	width:480px;
	top: 34px; left: -120px;
	background: url(images/85_black.png) repeat; /*--Background gradient--*/
	padding: 20px 20px 20px;
	border: #FFFFFF 1px solid;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	z-index:9999;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h5 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-weight: normal;
}
ul#topnav .sub ul li h5 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #ff7f00;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}
