@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;
}

#navigation a {
	float:left;
	padding:10px;
	padding-left:34px;
        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;
}


div.dropdown.entriesresults { left: 100px; }
div.dropdown.ticketing { left: 250px; }
div.dropdown.history { left: 460px; }
div.dropdown.gallery { left: 550px; }
div.dropdown.news { left: 345px; }
div.dropdown.links { left: 715px; }
