<style type="text/css">

.menutabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.menutabs ul{
margin: 0;
padding: 0;
padding-left: 1px; /*offset of tabs relative to browser left edge*/
font: normal 12px Verdana;
list-style-type: none;
}

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

.menutabs li a{
float: left;
display: block;
background:url(images/menu_off.jpg) repeat-x;
text-decoration: none;
margin: 0;
padding: 9px 12px; /*padding inside each tab*/
border-right: 1px solid #583C01; /*right divider between tabs*/
color: white;
}

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

.menutabs li a:hover, .menutabs li.selected a{
background:url(images/menu_on.jpg) repeat-x; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.bodytext {
margin: 0px 30px 0px 10px;
font:normal 14px "Times New Roman", Times, serif;
color:#2C272D;
}


.style5 {
color:#FFFFFF;
}

.bottomtext {
margin-left:205px;
margin-top:-3px;
}

.bottomtext a{
font: normal 10px Verdana;
color:#000000;
text-decoration:none;
}

.bottomtext a:hover{
text-decoration:underline;
}

.bottomtext2 {
margin-left:310px;
margin-top:18px;
font: normal 10px Verdana;
color:#FFFFFF;
}

</style>

