#tabs { float:left; width: auto; font-family: Latha, Arial, Helvetica;
font-size:10px; /* All Browsers */
_font-size:10px; /* IE 6 and below */
line-height:normal; }
#tabs ul { margin:0; padding:0px; list-style:none; height: 32px; }

#tabs li.normal { display:inline; margin:0; padding:0; font-family: Latha, Arial, Helvetica; }
#tabs li.normal a { float:left; background:url("../images/boxes/tableft.gif") no-repeat left top; margin:0; padding:0 0 0 2px; text-decoration:none; height: 32px; line-height: 32px; }
#tabs li.normal a span { float:left; display:block; background:url("../images/boxes/tabright.gif") no-repeat right top; padding:0 4px 0 3px; color:#848484; float:none;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* End IE5-Mac hack */
#tabs li.normal a:hover { background-position:0% -32px; }
#tabs li.normal a:hover span { color:#565656; background-position:100% -32px; }  



#tabs li.active { display:inline; margin:0; padding:0; font-family: Latha, Arial, Helvetica; }
#tabs li.active a { float:left; background:url("../images/boxes/tableft_active.gif") no-repeat left top; margin:0; padding:0 0 0 2px; text-decoration:none; height: 32px; line-height: 32px; background-position:0% -32px;}
#tabs li.active a span { float:left; display:block; background:url("../images/boxes/tabright_active.gif") no-repeat right top; padding:0 8px 0 6px; color:#627EB7; float:none; color:#fff; background-position:100% -32px;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* End IE5-Mac hack */
#tabs li.active a:hover { background-position:0% -32px; cursor: default; }
#tabs li.active a:hover span { color:#fff; background-position:100% -32px; cursor: default; }  

/*----------------------------------------------------------*/

#single_tab { float:left; width: auto; font-family: Latha, Arial, Helvetica;
font-size:10px; /* All Browsers */
_font-size:10px; /* IE 6 and below */
line-height:normal; }
#single_tab ul { margin:0; padding:0px; list-style:none; height: 32px; }

#single_tab li.active { display:inline; margin:0; padding:0; cursor:default; }
#single_tab li.active a { float:left; background:url("../images/boxes/tableft_active.gif") no-repeat left top; margin:0; padding:0 0 0 2px; text-decoration:none; height: 32px; line-height: 32px; background-position:0% -32px; cursor:default;}
#single_tab li.active a span { float:left; display:block; background:url("../images/boxes/tabright_active.gif") no-repeat right top; padding:0 8px 0 6px; color:#627EB7; float:none; color:#fff; background-position:100% -32px; cursor:default;}
