@charset "utf-8";
/* CSS Document */


#lon_att {
	background: url(/images/tab_londonattr-uk.gif) no-repeat top left;
}

li#homebutt {
	background: url(../images/buttons/home_over.gif) no-repeat;
}
	li#homebutt a {
		background: url(../images/buttons/home_up.gif);
		width: 52px;
	}
	
		li#homebutt a:hover {
			background: transparent;
		}

li#aboutbutt {
	background: url(../images/buttons/about_over.gif) no-repeat;
}
	li#aboutbutt a {
		background: url(../images/buttons/about_up.gif);
		width: 70px;
	}
	
		li#aboutbutt a:hover {
			background: transparent;
		}

li#termsbutt {
	background: url(../images/buttons/terms_over.gif) no-repeat;
}
	li#termsbutt a {
		background: url(../images/buttons/terms_up.gif);
		width: 137px;
	}
	
		li#termsbutt a:hover {
			background: transparent;
		}

li#contactbutt {
	background: url(../images/buttons/contact_over.gif) no-repeat;
}
	li#contactbutt a {
		background: url(../images/buttons/contact_up.gif);
		width: 88px;
	}
	
		li#contactbutt a:hover {
			background: transparent;
		}
		
li#hotelbutt {
	margin-left: 120px;
	background: url(../images/buttons/hotel_over.gif) no-repeat;
}
	li#hotelbutt a {
		background: url(../images/buttons/hotel_up.gif);
		width: 117px;
	}
	
		li#hotelbutt a:hover {
			background: transparent;
		}	
		
li#theatrebutt {
	margin-left: 0px;
	background: url(../images/buttons/theatre_over.gif) no-repeat;
}
	li#theatrebutt a {
		background: url(../images/buttons/theatre_up.gif);
		width: 117px;
	}
	
		li#theatrebutt a:hover {
			background: transparent;
		}


