body
{
background: #fff;
}

#outer
{
position: relative;
width: 920px;
margin: 0 auto;
}

#inner
{
position: relative;
padding: 13px 10px 13px 10px;
background-color:#648BA8;
z-index: 2;
}

#menu_middle
{
font: bold 10px Verdana;
color:#FFF;
padding: 1px 0px 0px 20px;
}

#home_text
{
	position:absolute;
	z-index:3;
	left: 65px;
	top: 385px;
	width: 427px;
	height: 133px;
	font: bold 13px Verdana;
	color:#000;
}

#footnote
{
font: bold 8px Verdana;
color:#000;
position:absolute;
left: 600px;
top: auto;
}

<style type="text/css">
.menu_tabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

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

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

.menu_tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 5px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #86993f; /*background of tabs (default state)*/
}

.menu_tabs li a:visited{
color: white;
}

.menu_tabs li a:hover, .menu_tabs li.selected a{
background: #03F; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

</style>
