.tabs {list-style:none; padding:11px 0 0 10px; margin:0px 0px 0px 0px; height:29px; background:url(tabs/backing.gif) repeat-x;}
.tabs li {display:block; float:left; margin:0 -11px -6px 0;}
.tabs li a {display:block; text-decoration:none; position:relative;}

.tabs li a b.p1 {display:block; width:11px; height:29px; background:url(tabs/normal_l.gif); float:left;}
.tabs li a b.p2 {display:block; height:29px; padding:0 10px; background:url(tabs/normal_m.gif) repeat-x; float:left; text-align:center; line-height:28px; color:#666; font-weight:normal; font-family:verdana; font-size:12px;}
.tabs li a b.p3 {display:block; width:11px; height:29px; background:url(tabs/normal_r.gif); float:left; position:relative; z-index:100;}

.tabs li a.m1 {z-index:600;}
.tabs li a.m2 {z-index:500;}
.tabs li a.m3 {z-index:400;}
.tabs li a.m4 {z-index:300;}
.tabs li a.m5 {z-index:200;}
.tabs li a.m6 {z-index:100;}

.tabs li a:hover,
.tabs li a:focus,
.tabs li a:active
{border:0; z-index:700;}
.tabs li a:hover b.p1,
.tabs li a:focus b.p1,
.tabs li a:active b.p1
{position:relative; z-index:100; background:url(tabs/hover_l.gif) no-repeat; cursor:pointer;}
.tabs li a:hover b.p2,
.tabs li a:focus b.p2,
.tabs li a:active b.p2
{position:relative; z-index:100; background:url(tabs/hover_m.gif) repeat-x; color:#040; cursor:pointer;}
.tabs li a:hover b.p3,
.tabs li a:focus b.p3,
.tabs li a:active b.p3
{position:relative; z-index:100; background:url(tabs/hover_r.gif) no-repeat; cursor:pointer;}

.tabs li a.selected {z-index:800;}
.tabs li a.selected b.p1,
.tabs li a:hover.selected b.p1,
.tabs li a:active.selected b.p1
{position:relative; top: -5px; z-index:200; background:url(tabs/select_l.gif) no-repeat; cursor:default; width: 11px; height: 35px;}
.tabs li a.selected b.p2,
.tabs li a:hover.selected b.p2,
.tabs li a:active.selected b.p2
{position:relative; top: -5px; z-index:200; background:url(tabs/select_m.gif) repeat-x; color:#000; cursor:default; height: 35px;}
.tabs li a.selected b.p3,
.tabs li a:hover.selected b.p3,
.tabs li a:active.selected b.p3
{position:relative; top: -5px; z-index:200; background:url(tabs/select_r.gif) no-repeat; cursor:default; width: 11px; height: 35px;}
