/*************************************/
/********* TOP MENU STYLES ***********/
/*************************************/

.menuArea {
	position: absolute;
	background: url(/images/header-menu-bg.jpg) no-repeat;
	margin: 0px;
	width: 542px;
	height: 34px;
	top: 42px;
	left: 220px;
	text-align: right;
}

.menuArea .pad {
	padding: 0px 80px 0px 0px;
}

.menuArea a {
	display: block;
	padding: 11px 20px 10px 12px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	color: #FFFFFF;
	float: right;
}

.menuArea a:hover {
	text-decoration: none;
	color: #8ED9D8;
}

.clubButton { 
	position: absolute;
	top: 37px;
	left: 688px;
	display: block;
	width: 61px;
	height: 45px;
	z-index: 99;
}

/*************************************/
/******** LEFT MENU STYLES ***********/
/*************************************/

.leftmenu {
	padding: 10px;
	min-height: 350px;
}


.leftmenu .title {
	display: block;
	width: 190px;
	color: #004F85;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
}

.leftmenu a.theatreLink {
	display: block;
	width: 170px;
	background-color: #9AE6F4;
	padding: 3px 10px 3px 10px;
	margin-top: 1px;
	color: #004F85;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.leftmenu a.theatreLink:hover {
	background-color: #B8D2F3;
	color: #004F85;
}

.leftmenu a.theatreLinkActive {
	display: block;
	width: 170px;
	background-color: #B8D2F3;
	padding: 3px 10px 3px 10px;
	margin-top: 1px;
	color: #30569D;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.leftmenu a.theatreSubLink {
	display: block;
	width: 154px;
	background-color: #C8E6F9;
	padding: 3px 10px 3px 26px;
	margin-top: 1px;
	color: #30569D;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.leftmenu a.theatreSubLink:hover {
	background: url(/images/sub-menu-over-bg.gif) no-repeat;
	background-position: 10px 5px;
	background-color: #C8E6F9;
	color: #30569D;
}

.leftmenu a.theatreSubLinkActive {
	display: block;
	width: 154px;
	background: url(/images/sub-menu-active-bg.gif) no-repeat;
	background-position: 10px 5px;
	background-color: #C8E6F9;
	padding: 3px 10px 3px 26px;
	margin-top: 1px;
	color: #30569D;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.leftmenu a.links {
	display: block;
	width: 170px;
	background-color: #8ED9D8;
	padding: 3px 10px 3px 10px;
	margin-top: 1px;
	color: #1D5852;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.leftmenu a.links:hover {
	background-color: #B0E6E5;
	color: #1D5852;
}

.leftmenu a.linksActive {
	display: block;
	width: 170px;
	background-color: #B0E6E5;
	padding: 3px 10px 3px 10px;
	margin-top: 1px;
	color: #1D5852;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
