<style type="text/css">

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;/**/
}

#thicktabs ul{
margin: 0;
padding: 0;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: white;
padding: 2px 18px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/mbg.gif) top right no-repeat;
/*border-top: 1px solid #999933; top border style*/
/*border-bottom: 1px solid #999933; thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ 
border-left: 2px solid #999933; /*left border style*/
}

#thicktabs li a#rightmostitem{ 
/*border-right: 2px solid #999933; right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

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

#thicktabs li a:hover{
color: white;
/*font-weight:bold;*/
background-image:  url(images/mbghover.gif); /*background image swap on hover*/
}

</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;
}
</style>
<![endif]-->