@charset "UTF-8";

#menu {
	position:absolute;
	top:0px;
	left:33px;
	z-index: 18;
}
#menu a:link, #menu a:visited {
	color:#555;
	width:148px;
	height:28px;
	line-height:28px;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	float:left;
	background-image: url(../images/nav-up-153x32.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	text-indent: 10px;
	z-index: 19;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu a:hover {
	color:#FFF;
	background-image: url(../images/nav-over-153x32.png);
	z-index: 19;
}
#cursor-pointer:hover  {
	cursor:default;
	z-index: 20;
}




/*------------- DROPDOWN MENU
--------------------------------------*/
#sub-menu-about,
#sub-menu-tickets,
#sub-menu-customer,
#sub-menu-news,
#sub-menu-community,
#sub-menu-people
 {
	position:absolute;
	z-index:20;
	display:block;
	width:147px;
	/*filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;*/
	display:none;
	font-size: 9px;
	font-weight: bold;
	padding: 0px;
	text-indent: 18px;
	margin: 0px;
}
#sub-menu-about {
	top:0px;
	left:26px;
	z-index: 20;
}
#sub-menu-tickets {
	top:0px;
	left:180px;
	z-index: 20;
}
#sub-menu-customer {
	top:0px;
	left:334px;
	z-index: 20;
}
#sub-menu-news {
	top:0px;
	left:488px;
	z-index: 20;
}
#sub-menu-community {
	top:0px;
	left:642px;
	z-index: 20;
}
#sub-menu-people {
	top:0px;
	left:796px;
	z-index: 20;
}



#sub-menu-about a:link, #sub-menu-about a:visited, 
#sub-menu-tickets a:link, #sub-menu-tickets a:visited, 
#sub-menu-customer a:link, #sub-menu-customer a:visited, 
#sub-menu-news a:link, #sub-menu-news a:visited,
#sub-menu-community a:link, #sub-menu-community a:visited,
#sub-menu-people a:link, #sub-menu-people a:visited {
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	background-image:url(../images/dropdownmenu/drop-down-orange.png);
	background-position:center bottom;
	color:#000;
	width:147px;
	display:block;
	text-decoration:none;
	line-height:12px;
	font-weight:bold;
	padding-top: 8px;
	padding-left: 14px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 8px;
	text-indent: 0px;
	z-index: 21;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#sub-menu-about a:hover,
#sub-menu-tickets a:hover,
#sub-menu-customer a:hover,
#sub-menu-news a:hover,
#sub-menu-community a:hover,
#sub-menu-people a:hover  {
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	background-position:bottom;
	color:#FFF;
	z-index: 21;
	background-image: url(../images/dropdownmenu/drop-down-orange.png);
}

/*------------- toplevel of menu bg change
--------------------------------------*/

#menu-about a:link, #menu-about a:visited, #menu-about a:hover, #menu-about a:active,
#menu-tickets a:link, #menu-tickets a:visited, #menu-tickets a:hover, #menu-tickets a:active,
#menu-customer a:link, #menu-customer a:visited, #menu-customer a:hover, #menu-customer a:active,
#menu-news a:link, #menu-news a:visited, #menu-news a:hover, #menu-news a:active,
#menu-community a:link, #menu-community a:visited, #menu-community a:hover, #menu-community a:active,
#menu-people a:link, #menu-people a:visited, #menu-people a:hover, #menu-people a:active
 {
	background-image: url(../images/nav-over-153x32.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 147px;
	color: #FFF;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	font-size: 9px;
	font-weight: normal;
	cursor: default;
	z-index: 22;
}
