/* @override http://www.thewharfteddington.co.uk/the-wharf-stylesheet.css */

/* WEDDINGS STYLESHEET */

/* Reset from Yahoo Grids */

#tab-container	{
	background-color: #993366;
	height:30px;
	width:auto;
	
	
}
#tabs {
	font-family: Georgia, Times, Serif;
	font-size: 75%;
	float: left;
}

#tabs ul {
	list-style: none;
	margin-top: 0;
	height: 30px;
	position: relative;
	
}

#tabs li {
	display: inline;
	
}

#tabs a {
	float: left;
	margin: 0px;
	text-decoration: none;
}

#tabs a span {
	display: block;
	background:#993366 ;
	padding: 7px 7px 7px 7px;
	color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {
	float: none;
}

/* End IE5-Mac hack */


#tabs a:hover {
	color:#bf809f;
}

#tabs a:hover span {
	color:#bf809f;
}
