#thicktabs{
margin: 0;
padding: 0;
float: left;
font: 14px Times;
}

#thicktabs li{
display: inline;
height:30px;
}

#thicktabs li a{
float: left;
color: white;
height:22px;
padding: 8px 15px 0px 8px; /*padding of tabs*/
text-decoration: none;
}

#thicktabs li a:visited{
color: white;
}

#thicktabs li a:hover{
color: #ffe696;

}

#thicktabs li a#selected {
color: #ffe696;
font:bold 14px Times;
background-color:#656565;
}

</style>

<!--[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;
}