/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.e-489.net/ */

#thicktabs{
margin: 0;
padding: 0;
float: both;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
font-size: 11pt;
color: black;
width: 160px;
padding: 2px 0px ; /*padding of tabs*/
text-decoration: none;
text-align: center;
background: transparent url(http://img.e-489.net/img/gif2/bg/title_bg_1.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 1px solid #ffa1a3; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{
}

#thicktabs li a#rightmostitem{
background-position: top left;
}

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

#thicktabs li a:hover{
color: black;
background-image: url(http://img.e-489.net/img/gif2/bg/title_bg_1orver.gif); /*background image swap on hover*/
}

<!--[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]-->

