#tab-list {
	margin: 0;
	padding: 0px;
	list-style: none;
	background: #074220;
	float: left;
	width: 44em;
}

#tab-list li {
	float: left; 
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#home {
	background: #074220 url(/i/tabs/green-tab-left.gif) top left;
}
#contact_us {
	background: url(/i/tabs/green-tab-right.gif) no-repeat top right;
}

#tab-list a {
	float: left;
	display: block;
	margin: 0;
	padding: 15px 36px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #0a7539;
	border-bottom: none;
	border-right: none;
}

#tab-list #products a, #tab-list #about_us a, #tab-list #applications a {
	background: url(/i/tabs/green-tab-back.gif) repeat-x top left;
}

#tab-list #products a:hover, #tab-list #about_us a:hover, #tab-list #applications a:hover {
	background: #ccc url(/i/tabs/gray-tab-back.gif) repeat-x top left;
	color: black;
}

#tab-list #home a {
	border-left: none;
	border-top: none;
	color: white;
	padding-top: 16px;
}

#tab-list #home a:hover {
	background: #ccc url(/i/tabs/gray-tab-left.gif) repeat-x top left;
	color: black;
}

#contact_us a {
	border-right: none;
	border-top: none;
	padding-top: 16px; /* make up for no top border */
}
#contact_us a:hover {
	background: #ccc url(/i/tabs/gray-tab-right.gif) no-repeat top right;
	color: black;
}

