@CHARSET "ISO-8859-1";
<style type="text/css">

#tabs{
margin-left: 4px;
padding: 0;
width: 100%;
width: 1074px;
height: 29px;
background: transparent;
background-color: #113e5c;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
left: 10px;
}

/* to ofset the tabs */
#tabs div{
padding-left: 8px;
padding-top: 9px;
}

#tabs ul{
font: bold 11px Arial, Verdana, sans-serif;
font: 14px Verdana, Arial, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#tabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
line-height: 1.5em;
line-height: 1.7em;
}


#tabs a{
float:left;
color: white;
background: #4f5962 url(../images/color_tabs_left.gif) no-repeat left top;
background: #1e2a42 url(../images/color_tabs_left.gif) no-repeat left top;

margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#tabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;

padding:3px 9px 3px 6px;
}

#tabs a span{
float:none;
}


#tabs a:hover{
background-color: #0088cc;
}

#tabs a:hover span{
background-color: #0088cc;
}

#tabs #current a, #tabs #current span{ /*currently selected tab*/
background-color: #b30000;
background-color: #0088cc;
}

#tabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
height: 14px;
line-height: 8px;
line-height: 14px;
background: #8b0000;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
#tabs{
	position: relative;
	top: -16px;


}

</style>
