/************************************************************************/
/* Desenvolvido por Flex Soluções - Soluções em Web e Software          */
/* www.flexsolucoes.com.br										        */
/* contato@flexsolucoes.com.br											*/
/* (48)3632-3178												        */
/************************************************************************/


#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #fff;
padding: 8px 17px; /*padding of tabs*/
text-decoration: none;
background: transparent url('../jpg/bg_menu1.jpg') top right no-repeat;
}

#thicktabs li.last a{
float: left;
color: #fff;
padding: 8px 17px; /*padding of tabs*/
text-decoration: none;
background: transparent url('../jpg/bg_menu3.jpg') top right no-repeat;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*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: #fff;
}

#thicktabs li a:hover{
color: #fce9d4;
background-image: url('../jpg/bg_menu2.jpg'); /*background image swap on hover*/
}

#thicktabs li.last a:hover{
color: #fce9d4;
background-image: url('../jpg/bg_menu4.jpg'); /*background image swap on hover*/
}

</style>

<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}