#header {
	background-color: #FFFFFF;
	/*	background-image: url(../images/otter_logo3.gif); 
	background-repeat: no-repeat;
	background-position: 5px;*/
	height: 110px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: center;
	margin: 0px;
}
#header .logo
{
	float: left;
	height: 100px;
	width: 110px;
	margin-top: 10px;
	margin-left: 10px;
}
#homeLayer {
	position:absolute;
	width:120px;
	height:115px;
	z-index:auto;
	left: 5px;
	top: 8px;
}
.navtable
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:separate;
	padding-top: 20px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.navtable td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #808080;
	border: 1px solid #666666;
	width: 95px;
	font-weight: normal;
}
.navtable td:hover
{
background-color:#990000;
color:#999999;
}

