/*TABS*/
#tabnavcontainer{clear:both;/*background:#000 url(imagess/bg_grad_gray1.gif) repeat-x; */ 
	padding:0;text-align:center;margin:-5px 0 10px 0;width:210px;}

#tabnav{/*float:right;*/font: normal 9pt/10pt Arial;padding:0 0 0 0;margin:0;}
#tabnav ul{margin:0px 0 0px 0;padding:0;list-style:none;width:210px;} 
#tabnav li{display:inline;}

#tabnav a {float:left;height:auto;background:url(images/tritab-left.gif) no-repeat left top; margin:0; padding:0 0 0 0;
	width:210px;text-decoration:none;border-bottom:1px solid #000;}
#tabnav a span {display:block;line-height:10pt;background:url(images/tritab-right.gif) no-repeat right top;  
	padding:4px 4px 4px 15px;color:#000;text-align:left; }


    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabnav a span {float:none;}
    /* End IE5-Mac hack */


#tabnav a:hover { background-position:0% -42px; }
#tabnav a.on { background-position:100% -84px; }
#tabnav a:hover span { color:#ac003e; background-position:0% -42px; }

#tabnav a.on span { color:#fff;font-weight:bold; background-position:100% -85px; }
