<style type="text/css">

.navHorizontal{
width: 100%;
overflow: hidden;
border-bottom: none;
}

.navHorizontal ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 10px Verdana;
list-style-type: none;
}

.navHorizontal li{
display: inline;
margin: 0;
}

.navHorizontal li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 10px; /*padding inside each tab*/
border-right: none; /*right divider between tabs*/
color: #f9e8bc;
background: #5e4338; /*background of tabs (default state)*/
}

.navHorizontal li a:visited{
color: #f9e8bc;
}

.navHorizontal li a:hover, .navHorizontal li.selected a{
color: #e9d49c;
background: none; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5c443a;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f9e8bc;
}
a:link {
	color: #5c443a;
}
a:visited {
	color: #5c443a;
}
a:hover {
	color: #1e1206;
}
a:active {
	color: #5c443a;
}
h1 {
	font-size: 10px;
	color: #FF6600;
}
h2 {
	font-size: 12px;
	color: #5c443a;
}
.style3 {
	color: #5c443a;
	font-weight: bold;
	font-size: 12;
}
.style5 {
	color: #F9E8BC;
}
</style>