#thicktabs ul li{
display: inline;
}

#thicktabs{
margin-left: -40px;
margin-top: -16px;
padding: 0px;
float: left;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
letter-spacing: 2px;
word-spacing: 0px;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 10px 18px 10px 18px; /*padding of tabs*/
text-decoration: none;
background: url(../img/menu_bg.png) repeat-x;
border-right: thin inset #861503;
}


#thicktabs li a#active{ 
background: url(../img/tl.png) no-repeat top left;
background-color: #7D0602;
color: white;
}

#thicktabs li a#active-red{ 
background: #ee0000;
color: black;
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: white;
background: #7D0602;
}




#thicktabs2 ul li{
display: inline;
}

#thicktabs2{
margin-left: -35px;
margin-right: 0px;
margin-top: -10px;
padding: 0px;
float: left;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
letter-spacing: 2px;
word-spacing: 0px;
}

#thicktabs2 li{
display: inline;
}

#thicktabs2 li a{
float: left;
color: black;
padding: 5px 18px 5px 18px; /*padding of tabs*/
text-decoration: none;
background: #FEDA82;
border-right: 1px solid #861503;
}


#thicktabs2 li a#active{ 

background: #7D0602;
color: white;
}

#thicktabs2 li a#mostright{ 
float: left;
color: black;
padding: 5px 18px 5px 18px; /*padding of tabs*/
text-decoration: none;
background: #FEDA82;
border-right: 0px solid #861503;
}


#thicktabs2 li a:visited{
color: black;
}

#thicktabs2 li a:hover{
color: white;
background: #7D0602;
}
#thicktabs2 li a#mostright:hover{
color: white;
background: #7D0602;
}
