.tabs {
list-style:none;
margin:0;
padding:0px;
height: 24px;
position:relative;
left:-40px
}

.tabs li {
display:block;
float:left;
margin:0px 1px 0px 0px;
}

.tabs li a {
display:block;
text-decoration:none;
position:relative;
}

.tabs li a b.p1 {
background:url("/assets/snippets/wayfinder/tabs/images/normal_l.png");
display:block;
width:10px;
height:24px;
float:left;
}

.tabs li a b.p2 {
color:#666;
font-size:10px;
font-family:verdana;
font-weight:400;
line-height:23px;
background:url("/assets/snippets/wayfinder/tabs/images/normal_m.png");
background-repeat: repeat-x;
text-align:center;
display:block;
padding:0 ;
height:24px;
float:left;
}

.tabs li a b.p3 {
background:url("/assets/snippets/wayfinder/tabs/images/normal_r.png");
display:block;
position:relative;
z-index:100;
width:10px;
height:24px;
float:left;
}

.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,.tabs li a.here {
border:0;
z-index:700;
}

.tabs li a:hover b.p1,.tabs li a:focus b.p1,.tabs li a:active b.p1 {
background:url("/assets/snippets/wayfinder/tabs/images/hover_l.png");
cursor:pointer;
position:relative;
z-index:100;
}

.tabs li a:hover b.p2,.tabs li a:focus b.p2,.tabs li a:active b.p2 {
color:#000; font-weight: 600
background:url("/assets/snippets/wayfinder/tabs/images/hover_m.png");
background-repeat: repeat-x;
cursor:pointer;
position:relative;
z-index:100;
}

.tabs li a:hover b.p3,.tabs li a:focus b.p3,.tabs li a:active b.p3 {
background:url("/assets/snippets/wayfinder/tabs/images/hover_r.png");
cursor:pointer;
position:relative;
z-index:100;
}

.tabs li a.selected {
z-index:800;
}

.tabs li a.here b.p1,.tabs li a:hover.here b.p1,.tabs li a:active.here b.p1, 
.tabs li a.selected b.p1,.tabs li a:hover.selected b.p1,.tabs li a:active.selected b.p1 {
background:url("/assets/snippets/wayfinder/tabs/images/select_l.png");
*background:url("/assets/snippets/wayfinder/tabs/images/IE/select_l.png");
cursor:default;
position:relative;
z-index:200;
}
.tabs li a.here b.p2,.tabs li a:hover.here b.p2,.tabs li a:active.here b.p2,
.tabs li a.selected b.p2,.tabs li a:hover.selected b.p2,.tabs li a:active.selected b.p2 {
color:#fff;
background:url("/assets/snippets/wayfinder/tabs/images/select_m.png");
*background:url("/assets/snippets/wayfinder/tabs/images/IE/select_m.png");
background-repeat: repeat-x;
cursor:default;
position:relative;
z-index:200;
}

.tabs li a.here b.p3,.tabs li a:hover.here b.p3,.tabs li a:active.here b.p3,
.tabs li a.selected b.p3,.tabs li a:hover.selected b.p3,.tabs li a:active.selected b.p3 {
background:url("/assets/snippets/wayfinder/tabs/images/select_r.png");
*background:url("/assets/snippets/wayfinder/tabs/images/IE/select_r.png");
cursor:default;
position:relative;
z-index:200;
}