/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	MENU TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/

.top_menu {
	background: #646263;
	border-style: none;
}

#content {
	margin: 0px;
	padding: 5px 0px 0px;
}

.contentright {
	float: left;
	margin: 0px;
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}



/*======TYpography-Styling===================*/	


.contentright h1{
	
color: #96c304;
	
}





.contentright a:link, .contentright a:visited {
	color: #96c304;
	text-decoration: none;
}

.contentright a:hover {
	color:#e7fe8c;
	text-decoration: none;
}



/* Setting up the top navigation menu*/
#BramallCourt, #MatthiasCourt, #JohnAndEddie{
	display: block;
	height: 38px;
	float: left;
	
}


#BramallCourt {
	width: 126px;
	background: #646263 url(../../images/buttons/bramall_court.gif) no-repeat 0px -38px;
}

#MatthiasCourt {
	width: 121px;
	background: #646263 url(../../images/buttons/matthias_court.gif) 0px -38px;
}
#JohnAndEddie {
	width: 261px;
	background: #646263 url(../../images/buttons/john_lester+eddie_colman.gif) 0px -38px;
	
}

/*Highlight the button when rollover it and to indicate the current page*/
#BramallCourt:hover, #MatthiasCourt:hover, #JohnAndEddie:hover,
#BramallCourt-page #BramallCourt,
#MatthiasCourt-page #MatthiasCourt,
#JohnAndEddie-page #JohnAndEddie {
	background-position: 0 0;
}
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	SUB MENU LEFT - COLUMNS LEFT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#subMenu-index, #subMenu-new_developments, #subMenu-exchange, #subMenu-english, #subMenu-rooms, #subMenu-facilities, #subMenu-fees, #subMenu-location, #subMenu-gallery, #subMenu-apply, #subMenu-contact {
	width: 192px;
	background: #96c304;
	float: left;
}
#New_Developments, #Exchange, #English, #Rooms, #Facilities, #Fees, #FAQs, #Location, #Gallery, #Apply, #Contact, #Residential{
	display: block;

	padding-left: 20px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 8px;
	background: url(../images/buttons/bg_button.jpg) 0px -50px;
}

#New_Developments:hover, #Exchange:hover, #English:hover, #Rooms:hover, #Facilities:hover, #Fees:hover, #Location:hover, #Gallery:hover, #Apply:hover, #Contact:hover, #Residential:hover,
#subMenu-new_developments #New_Developments, 
#subMenu-exchange #Exchange, 
#subMenu-english #English,
#subMenu-rooms #Rooms,
#subMenu-facilities #Facilities,
#subMenu-fees #Fees, 
#subMenu-location #Location, 
#subMenu-gallery #Gallery, 
#subMenu-apply #Apply, 
#subMenu-contact #Contact {
	background-position: 0 0;
}
