/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 :: MENU CSS  • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • 3 Oct 2005 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~ GLOBAL MENU 
===============================================================================================*/

#menuBottom
	{
	font-family: Verdana, Helvetica, Arial, sans-serif, Geneva;
	color: #666666;
	background: url(../../../images/global/page/header-bottom.jpg) no-repeat;
	text-align:center;
	height:24px;
	padding: 35px 5px 10px 5px;
	}

#menuBottom a 
	{
	float 				: left;	/* for IE 5 mac - float the block level element */
	display				: block;
	color				: #666666;
	text-decoration		: none;
	padding				: 0 0.6em;
	}

#menuBottom a:hover{color: #ABB698; text-decoration: underline;}

#menu 
	{
	font-family			: MingLiU, Helvetica, Arial, sans-serif, Geneva, "Trebuchet MS";
	color				: #1C2819;
	background-color	: #FFAC4D;
	height				: 27px;
	border-top			: 1px solid #F8B621;
	margin-top			: 5px;
	margin-bottom		: 5px;
	width				: 760px;
	}

#menu a 
	{
	float 				: left;	/* for IE 5 mac - float the block level element */
	display				: block;
	color				: #666666;
	text-decoration		: none;
	padding				: 0.3em 0.6em;
	border-left			: 1px solid #F8B621;
	background-color	: #FFFFFF;
	}
#menu a.index {
	border-bottom		: 5px solid #FF624D;
}
#menu a.ticket {
	border-bottom		: 5px solid #FF9900;
}
#menu a.package {
	border-bottom		: 5px solid #578D33;
}
#menu a.info {
	border-bottom		: 5px solid #61C769;
}
#menu a.about {
	border-bottom		: 5px solid #61C1C7;
}
#menu a.contact {
	border-bottom		: 5px solid #618FC7;
}
/* IE 5.0 for Mac Hack stops "a" float for all browsers except IE5 for Mac \*/
#menu a {float:none;}
/* end IE 5.0 for Mac Hack */

#menu a:hover {color: #FFFFFF; background: #FFAC4D;}
#menu a#index-selected {color: #FFFFFF; background: #FF624D;}
#menu a#ticket-selected {color: #FFFFFF; background: #FF9900;}
#menu a#package-selected {color: #FFFFFF; background: #578D33;}
#menu a#info-selected {color: #FFFFFF; background: #61C769;}
#menu a#about-selected {color: #FFFFFF; background: #61C1C7;}
#menu a#contact-selected {color: #FFFFFF; background: #618FC7;}

div#submenu{
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	letter-spacing:0px;
}
div#submenu a, div#submenu a:visited {color: #FF3399; text-decoration: none;}
div#submenu a:hover{text-decoration: underline;}
