/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background: #C4C28A;
}
	
	
<!--Main tabbed buttons -->

.tab-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	float: left;
}

.tab-buttons ul li {
	float: left;
	background: url(images/tab-right.gif) no-repeat top right;
}

.tab-buttons li a {
	font-size: 10px;
	display: block;
	padding: 0 1.5em;
	line-height: 2.2em;
	background: url(images/tab-left.gif) no-repeat top left;
	text-decoration: none;
	color: #024843;
	font-weight:bold;
	float: left;
}

.tab-buttons ul a:hover {
	color: #A8A655;
}

<!-- end tabbed buttons -->