#tabmenuwrapper { display: table; width: 100%; font-size:0.688em; /*11px */ line-height:1.920em; /*21px*/ font-weight:normal; margin-bottom: 1.091em; /*12px*/ }
#tabmenu { float: left;  width:100%; background:url(/media/tabs/tab_bkgd.gif) repeat-x bottom; text-transform: uppercase;  }

#tabmenu ul { list-style-type: none; padding:0; margin: 0; }/* removed -2px margin left */
#tabmenu li { display:inline; margin:0; padding:0;   }

#tabmenu a { float:left; text-decoration:none; background:url(/media/tabs/tab_left.gif) no-repeat left top;
padding: 0 0 0 9px; /*use pixels to avoid image breaking up on scaling */ margin: 0 2px 0 0; 
border-bottom: 1px solid #616463;} /* removed 2px margin left */

#tabmenu a span { float:left; display:block; background:url(/media/tabs/tab_right.gif) no-repeat right top;
padding:0 1.2em 0 0.1em;  color:#717074; margin: 0; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabmenu a span {float:none;}
/* End IE5-Mac hack */

#tabmenu a:hover span { color: #000000; }
#tabmenu #current a { background-position:0 -150px; border-bottom: 1px solid #ffffff;  }
#tabmenu #current a span { background-position:100% -150px; color: #000000; }
#tabmenu a:hover { background-position:0% -150px; }
#tabmenu a:hover span { background-position:100% -150px; }
