#tabs {list-style:none; padding:2px 0 0 10px; margin:-28px 0px 0px 0; height:26px; background:url(../images/backing.gif) repeat-x left bottom;}

#tabs li {float:left; margin-right:-29px; list-style:none;}

#tabs li a {display:block; position:relative; text-decoration:none;}

#tabs li a em {display:block; height:26px; float:left; padding:0 39px 0 10px; background:url(../images/tab3.gif) right top; position:relative; z-index:100; font-size:11px; font-weight:normal; font-style:normal; color:#666; line-height:25px; font-family:verdana;}

#tabs li a b {display:block; float:left; width:29px; height:26px; background:url(../images/tab3.gif) left top; position:relative; z-index:200;}

#tabs li a:hover {border:0; z-index:700; cursor:pointer;}
#tabs li a:hover b {background-position: left center;}
#tabs li a:hover em  {background-position: right center; color:#050;}

#tabs li.selected a, #tabs li.selected a:hover {border:0; z-index:800; cursor:default;}
#tabs li.selected a b, #tabs li.selected a:hover b {background-position: left bottom;}
#tabs li.selected a em, #tabs li.selected a:hover em  {background-position: right bottom; color:#333;}
/* clearfix all divs */
div:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
