@charset "UTF-8";
/* CSS Document */

#navigation {
	position: relative;
	width:890px;
	height:35px;
	background:url(../images/nav_bar.jpg) top left no-repeat;
        font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
    z-index: 50;
    overflow: visible;
}

#navigation a {
	float:left;
	padding:10px;
	padding-left: 09px;
        font-family: Arial, sans-serif;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

#navigation a:hover {

	color:#fff;
	text-decoration:underline;
}

a.click {
	float:left;
	margin-top:8px;
	width:93px;
	height:24px;
	display:block;
	background:url(../images/buttons/click_here.png) top left no-repeat;
	text-indent:-9999px;
}

a.click:hover {
	background-position:bottom left;
}

a.view {
	float:left;
	margin-top:8px;
	width:93px;
	height:24px;
	display:block;
	background:url(../images/buttons/view_here.png) top left no-repeat;
	text-indent:-9999px;
}

a.view:hover {
	background-position:bottom left;
}

#navigation div.dropdown {
	position: absolute;
	display: none;
	background: #000000;
	top: 36px;
	min-width: 150px;
        border: 1px #eeffee solid;
	border-top: none;
	z-index: 50;
}

#navigation div.dropdown a {
	color: white;
	display: block;
	padding: 5px 10px;
        float: none;
        white-space: nowrap;
        z-index: 50;
}

#navigation div.dropdown a:hover {
	background: #004027;
	text-decoration: none;
}

#navigation a#ticketing {
 background: url(../images/nav_entries_bg.png) bottom center no-repeat;
 padding-top: 22px;
 margin-top: -15px;
 font-size: 12px;
 line-height: 19px;
}

div.dropdown.entriesresults { left: 63px; }
div.dropdown.ticketing { left: 126px; }
div.dropdown.history { left: 315px; }
div.dropdown.gallery { left: 385px; }
div.dropdown.news { left: 248px; }
div.dropdown.links { left: 700px; }

