@charset "utf-8";


.present-menu {
	background-image: url(../images/nottinghillmenu.jpg);
	display: block;
	height: 23px;
	width: 126px;
	color: #CCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}







#container #header table tr td a:link {
	color: #CCC;
	text-align: center;
	display: block;
	height: 23px;
	width: 126px;
	font-size: 13px;
	text-decoration: none;
	background-image: url(../images/nottinghillmenuu.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-repeat: repeat-x;
}

#container #header table a:visited {
	font-size: 13px;
	color: #CCC;
	text-decoration: none;
	background-color: #343434;
	display: block;
	height: 23px;
	width: 126px;
	text-align: center;
	background-image: url(../images/nottinghillmenuu.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-repeat: repeat-x;
}

#container #header table tr td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	display: block;
	height: 23px;
	width: 126px;
	text-align: center;
	background-color: #303030;
	background-image: url(../images/testmenu.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #F6F;
}
a:visited {
	color: #F6F;
}
a:hover {
	color: #F6F;
}
a:active {
	color: #F6F;
}

