body{
     margin: 0;
     padding: 0;
     overflow: none;
     overflow-y: hidden;
     background-color: #fff;
}

#headermenu{
     width: 100%;
     height: 29px;
     background: #779BCA url('headertlo.gif') top left repeat-x;
     font-family: Arial, Helvetica, sans-serif;
     color: #fff;
     font-size: 12px;
     font-weight: bold;
     line-height: 29px;
}

#a{
     z-index:1;
     margin: 0;
     padding: 0;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	z-index: 3;
	list-style: none;
}

#nav a {
	display: block;
	text-align: center;
	color: #fff;
        text-decoration: none;
	line-height: 29px;
	z-index: 3;
}

#nav a:hover{
        color: #FEBA02;
        text-decoration: underline;
}

#nav li ul a{
        color:#0896FF;
        font-size: 11px;
}

#nav li { /* all list items */
	float: left;
	/* width: 9em;  width needed or else Opera goes nuts */
	margin-left: 14px;
	margin-right: 10px;	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	border: 1px #0896FF solid;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{
     width: 200px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#footermenu{
     width: 100%;
     height: 18px;
     background: #779BCA url('headertlo.gif') bottom left repeat-x;
     font-family: Arial, Helvetica, sans-serif;
     color: #fff;
     font-size: 10px;
     font-weight: bold;
     line-height: 18px;
}

#footernav, #footernav ul { /* all lists */
	padding: 0;
	margin: 0;
	z-index: 3;
	list-style: none;
}

#footernav a {
	display: block;
	text-align: center;
	color: #fff;
        text-decoration: none;
	line-height: 18px;
	z-index: 3;
}

#footernav a:hover{
        color: #FEBA02;
        text-decoration: underline;
}

#footernav li ul a{
        color:#0896FF;
        font-size: 11px;
}

#footernav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
}

#footernav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	border: 1px #0896FF solid;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#footernav li ul li{
     width: 200px;
}

#footernav li:hover ul, #footernav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*
#feet{
    display: block;
    height: 20px;
    width: 100%;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
		    
}
*/
.feeta{
    color: #555;
}
				
