#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: #fff url(/i/tabs/green-tab-left.gif) top left;
}
#contact_us {
	background: url(/i/tabs/yellow-tab-right.gif) no-repeat top right;
}

#tab-list a {
	float: left;
	display: block;
	margin: 0;
	padding: 15px 42px;
	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: #e9bc31 url(/i/tabs/yellow-tab-back.gif) repeat-x top left;
	color: black;
	border-bottom: solid 1px #0a7539;
	border-top: none;
}

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

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

#contact_us a {
	border-right: none;
	border-top: none;
	padding-top: 16px;
	color: #000;
}
#contact_us a:hover {
	background: url(/i/tabs/yellow-tab-right.gif) no-repeat top right;
	color: black;
	border-bottom: solid 1px #0a7539;
	padding-bottom: 14px;
}