#menutabs{
float:left;
text-align: left;
width:1000px;
font-size:100%;
line-height:normal;
border-bottom: 1px solid #353434; /*Add border strip to bottom of menu*/
}

#menutabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
height: 20px;
margin-top: -18px;
position: absolute;
}

#menutabs li{
display:inline;
margin:0;
padding:0;
}

#menutabs a{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
height: 22px;
}

#menutabs a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 4px 12px 5px 3px;
font-weight:bold;
color:#b8b8b8;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menutabs a span {float:none;}
/* End IE5-Mac hack */

#menutabs a:hover span {
color: #ffa222;
}

#menutabs #current a{ /*Selected Tab style*/
background-position:0 -28px; /*Shift background image up to start of 2nd tab image*/
}

#menutabs #current a span{ /*Selected Tab style*/
background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
color: #ffa222;
}

#menutabs a:hover{ /*onMouseover style*/
background-position:0% -28px; /*Shift background image up to start of 2nd tab image*/
}

#menutabs a:hover span{ /*onMouseover style*/
background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
}

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->