#header {
	width: 1000px;
	height: 158px;
	position: relative;
	/*background: #231723 url(headerbg.jpg) top left no-repeat;*/
	background: #231723 url(headerbg.jpg) top center no-repeat;
}

#header h1 {
	position: absolute;
	width: 121px;
	height: 77px;
	top: 24px;
	left: 2px;
	overflow:hidden;
	margin: 0;
	text-indent: -9999px;
	z-index: 9999;
}

#header h1 a {
	cursor: pointer;
	color: #5782BC;
	text-decoration: none;
}

#header h1 span {
	position: absolute;
	width: 121px;
	height: 77px;
	top: 0;
	left: 0;
	background: url(lime_logo.png) 0 0 no-repeat;
}

/* ----- Main Menu ----- */

.mainMenu {
	width: 748px;
	height: 14px;
	position: absolute;
	top: 86px; /* was 102px before Sept '09 */
	right: 37px;
	margin: 0;
	padding: 0;
	z-index: 10;
}

.mainMenu li {
	position: relative;
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 16px;
}

.mainMenu li a {
	text-decoration: none;
	cursor: pointer;
	color: #808384;
}

.mainMenu li span {
	display: block;
	height: 14px;
	position: absolute;
	left: 0;
	top: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.mainMenu li a:hover, .mainMenu li:hover a {
	color: #000;
}

.mainMenu li a:hover span {
	background-position: 0 -14px;
}

/* ----- Main Menu Items ----- */

#header .home {
	width: 39px;
}

#header .venues {
	width: 85px;
}

#header .about {
	width: 59px;
}

#header .enquiry {
	width: 53px;
}

#header .catering {
	width: 88px;
}

#header .limeplus {
	width: 43px;
}

#header .testimonials {
	width: 81px;
}

#header .contact {
	width: 50px;
}

.mainMenu li.home span {
	width: 39px; 
	background: transparent url(menu-home.png) top left no-repeat;
}

.mainMenu li.venues span {
	width: 85px; 
	background: transparent url(menu-venues.png) top left no-repeat;
}

.mainMenu li.about span {
	width: 59px; 
	background: transparent url(menu-about.png) top left no-repeat;
}

.mainMenu li.enquiry span {
	width: 53px; 
	background: transparent url(menu-enquiry.png) top left no-repeat;
}

.mainMenu li.catering span {
	width: 88px; 
	background: transparent url(menu-catering.png) top left no-repeat;
}

.mainMenu li.limeplus span {
	width: 43px; 
	background: transparent url(menu-limeplus.png) top left no-repeat;
}

.mainMenu li.testimonials span {
	width: 81px; 
	background: transparent url(menu-testimonials.png) top left no-repeat;
}

.mainMenu li.contact span {
	width: 50px; 
	background: transparent url(menu-contact.png) top left no-repeat;
}

/* Submenu */
.mainMenu li ul {
	display: none;
	position: absolute;
	z-index: 14;
	top: 14px;
	left: -5px;
	height: auto;
	width: 120px;
	font-size: 1.1em;
	background: #231723;
	list-style-type: none !important;
}

/* Show submenu when main menu item is hovered over */
.mainMenu li:hover ul {
	display: block;
}

/* Submenu items */
.mainMenu li ul li { z-index: 999;
	position: relative;
	float: none;
	display: block;
	height: auto;
	width: 120px;
	margin-left: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	background: #231723;
}

/* Submenu item links */
.mainMenu li ul li a, .mainMenu li:hover li a {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #D3D1D3;
	border-top: 1px solid #2C1F2C;
	border-bottom: 1px solid #1B121B;
	list-style-type: none;
}

/* Submenu hover state */
.mainMenu li ul li a:hover, .mainMenu ul li:hover ul li a:hover {
	color: #E9E8E9;
	background: #170E17;
}

/* ----- Contact Menu ----- */

.contactMenu {
	z-index: 888;
	position: absolute;
	top: 0px;
	right: 30px;
	height: 42px;

}

.contactMenu a {
	display: block;
	float: left;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.contactMenu a span {
	display: block;
	height: 33px;
	position: absolute;
	left: 0;
	top: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background: transparent url(top-menu.jpg) top left no-repeat;
}

.contactMenu .logIn, .contactMenu .logout {
	width: 76px; 
}
.contactMenu .logIn span {
	width: 76px; 
	background-position: 0px 0px;
}
.contactMenu .logIn:hover span {
	width: 76px; 
	background-position: 0px -33px;
}
.contactMenu .logout span {
	width: 76px; 
	background-position: -712px 0px;
}
.contactMenu .logout:hover span {
	width: 76px; 
	background-position: -712px -33px;
}

.contactMenu .register {
	width: 114px; 
}
.contactMenu .register span {
	width: 114px; 
	background-position: -76px 0px;
}
.contactMenu .register:hover span {
	width: 114px; 
	background-position: -76px -33px;
}

.contactMenu .emailUs {
	width: 87px; 
}
.contactMenu .emailUs span {
	width: 87px; 
	background-position: -190px 0px;
}
.contactMenu .emailUs:hover span {
	width: 87px; 
	background-position: -190px -33px;
}

.contactMenu .phoneNo {
	display: block;
	float: left;
	position: relative;
	width: 200px;
	padding-left: 48px;
	height: 33px;
	color: #E3E404;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana;
	line-height: 28px;
	background: transparent url(top-menu.jpg) -277px 0px no-repeat;
}

.contactMenu .callMeBack {
	width: 188px;
	height: 42px;
}
.contactMenu .callMeBack span {
	width: 188px;
	height: 42px;	
	background-position: -524px 0px;
}

.contactMenu  #callbackForm {
	display: none;
	z-index: 999;
	position: absolute;
	top: 0px;
	right: 1px;
	width: 187px;
	height: 263px;
	background: transparent url(callbackbg.png) 0px 0px no-repeat;
}

.contactMenu  #callbackForm div {
	width: 154px;
	margin: 0 auto;
}

.contactMenu  #callbackForm h3 {
	cursor: pointer;
	overflow: hidden;
	display: block;
	height: 0px;
	width: 156px;
	margin: 0 auto 12px auto;
	padding-top: 33px;
	background: transparent url(top-menu.jpg) -277px -33px no-repeat;	
}

.contactMenu  #callbackForm label {
	display: block;
	color: #A18BA0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Serif;
}

.contactMenu  #callbackForm .textInput {
	width: 154px;
	margin-top: 2px;
}

.contactMenu  #callbackForm .preferredTime {

}

.contactMenu  #callbackForm .checkboxes {
	margin-top: 4px;
}

.contactMenu  #callbackForm .checkboxes input {
	vertical-align: middle;
}

.contactMenu  #callbackForm .checkboxes label {
	margin-bottom: 4px;
	color: #D7C9D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
