/* structure */
div#xxxx-header {
	width: 100%;
	height: 27px;
	display: block;
	min-width: 980px;
	background: #ffd200 url(/globalnavigation/images/topnav/topnavbg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

#xxxx-header ul {
	width: 682px;
	margin: 0 auto;
}

#xxxx-header ul li {
	float: left;
	list-style: none;
	font-size: 11px;
	padding-left: 0px;
}

#xxxx-header ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#xxxx-header ul li a span.button {
	display: block;
	text-indent: -5000px;
	cursor: pointer;
}

/* links */
#xxxx-header ul li.xxxx-hub a:link span.button,
#xxxx-header ul li.xxxx-hub a:visited span.button {
	width: 67px;
	height: 27px;
	background: url(/globalnavigation/images/topnav/xxxx.jpg) no-repeat;
}

#xxxx-header ul li.xxxx-hub a:hover span.button,
#xxxx-header ul li.xxxx-hub a:active span.button {
}

#xxxx-header ul li.xxxx-v8 a:link span.button,
#xxxx-header ul li.xxxx-v8 a:visited span.button {
	width: 120px;
	height: 27px;
	background: url(/globalnavigation/images/topnav/v8.jpg) no-repeat;
}

#xxxx-header ul li.xxxx-v8 a:hover span.button,
#xxxx-header ul li.xxxx-v8 a:active span.button {
	background-position: bottom;
}

#xxxx-header ul li.xxxx-angels a:link span.button,
#xxxx-header ul li.xxxx-angels a:visited span.button {
	width: 105px;
	height: 27px;
	background: url(/globalnavigation/images/topnav/angel.jpg) no-repeat;
}

#xxxx-header ul li.xxxx-angels a:hover span.button,
#xxxx-header ul li.xxxx-angels a:active span.button {
	background-position: bottom;
}

#xxxx-header ul li.xxxx-bitter a:link span.button,
#xxxx-header ul li.xxxx-bitter a:visited span.button {
	width: 95px;
	height: 27px;
	background: url(/globalnavigation/images/topnav/bitter.jpg) no-repeat;
	color: #f1cfd0;
}

#xxxx-header ul li.xxxx-bitter a:hover span.button,
#xxxx-header ul li.xxxx-bitter a:active span.button {
	background-position: bottom;
}

#xxxx-header ul li.xxxx-alehouse a:link span.button,
#xxxx-header ul li.xxxx-alehouse a:visited span.button {
	width: 115px;
	height: 27px;
	background: url(/globalnavigation/images/topnav/brewerytour.jpg) no-repeat;
}

#xxxx-header ul li.xxxx-alehouse a:hover span.button,
#xxxx-header ul li.xxxx-alehouse a:active span.button {
	background-position: bottom;
}

#xxxx-header ul li.xxxx-deepwater a:link span.button,
#xxxx-header ul li.xxxx-deepwater a:visited span.button {
	width: 100px;
	height: 27px;
	background: url(/globalnavigation/images/topnav/inDeepWater.jpg) no-repeat;
}

#xxxx-header ul li.xxxx-deepwater a:hover span.button,
#xxxx-header ul li.xxxx-deepwater a:active span.button {
	background-position: bottom;
}

#xxxx-header ul li.xxxx-gold a:link span.button,
#xxxx-header ul li.xxxx-gold a:visited span.button {
	width: 100px;
	height: 27px;
	background: url(/globalnavigation/images/topnav/button_gold.png) no-repeat;
}

#xxxx-header ul li.xxxx-gold a:hover span.button,
#xxxx-header ul li.xxxx-gold a:active span.button {
	background-position: bottom;
}

#xxxx-header ul li.xxxx-shop a:link span.button,
#xxxx-header ul li.xxxx-shop a:visited span.button {
	width: 78px;
	height: 27px;
	background: url(/globalnavigation/images/topnav/shop.jpg) no-repeat;
}

#xxxx-header ul li.xxxx-shop a:hover span.button,
#xxxx-header ul li.xxxx-shop a:active span.button {
	background-position: bottom;
}

/* dropdown menus */
#xxxx-header ul li a span.graphic {
	display: none;
	position: absolute;
	width: 212px;
	height: 50px;
	top: 27px;
	z-index: 50;
	cursor: pointer;
	background: none;
	color: #665000;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	padding-top: 157px;
	margin-left: -45px;
}

#xxxx-header ul li a span.graphic.active {
	color: #000;
}

#xxxx-header ul li.xxxx-bitter a span.graphic.active {
	color: #fff !important;
}

#xxxx-header ul li.xxxx-v8 a span.graphic {
	background: url(/globalnavigation/images/topnav/v8.png) no-repeat;
	margin-left: -43px;
}

#xxxx-header ul li.xxxx-angels a span.graphic {
	background: url(/globalnavigation/images/topnav/angel.png) no-repeat;
	margin-left: -55px;
}

#xxxx-header ul li.xxxx-bitter a span.graphic {
	background: url(/globalnavigation/images/topnav/bitter.png) no-repeat;
	color: #f1cfd0;
	margin-left: -54px;
}

#xxxx-header ul li.xxxx-alehouse a span.graphic {
	background: url(/globalnavigation/images/topnav/alehouse.png) no-repeat;
	margin-left: -50px;
}

#xxxx-header ul li.xxxx-deepwater a span.graphic {
	background: url(/globalnavigation/images/topnav/boat.png) no-repeat;
	margin-left: -55px;
}

#xxxx-header ul li.xxxx-gold a span.graphic {
	background: url(/globalnavigation/images/topnav/graphic_gold.png) no-repeat;
	margin-left: -54px;
}

#xxxx-header ul li.xxxx-shop a span.graphic {
	background: url(/globalnavigation/images/topnav/shop.png) no-repeat;
	margin-left: -67px;
}