
.tabsJ {
float:left;
width:100%;
line-height:normal;
background:url(templates/img/tabJ.png) 0 0 repeat-x;
}
.tabsJ ul {
margin:0;
padding:0 10px 0 0;
list-style-type:none;
}
.tabsJ li {
display:inline;
margin:0;
padding:0;
}
.tabsJ a {
float:left;
/*display:block;*/
background:transparent url(templates/img/tableftJ.png) 0 0 no-repeat;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
height:24px;
overflow:hidden;
}
.tabsJ a span {
float:left;
display:block;
background:transparent url(templates/img/tabrightJ.png) 100% 0 no-repeat;
padding:5px 15px 4px 6px;
font-size:11px;
color:#666666;
height:15px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsJ a span {float:none;}
/* End IE5-Mac hack */
.tabsJ a:hover span {
 color: #333333;
}
.tabsJ a:hover {
background-position:0% -27px;
text-decoration:none;
}
.tabsJ a:hover span {
background-position:100% -27px;
}

.tabsJ font {
 float:left;
 display:block;
 background:transparent url(templates/img/tableftJ.png) 0 -27px no-repeat;
 margin:0;
 padding:0 0 0 5px;
 font-size: 11px;
 color:#333333;
 text-decoration:none;
 height:24px;
}
.tabsJ font span {
 float:left;
 display:block;
 background:transparent url(templates/img/tabrightJ.png) 100% -27px no-repeat;
 padding:5px 15px 4px 6px;
 text-decoration:none;
 height:15px;
}
.tabsJ a.sel {
 float:left;
 background:url(templates/img/tableftJ.png) 0 -27px no-repeat;
 margin:0;
 padding:0 0 0 5px;
 font-size: 11px;
 color: #333333;
 text-decoration:none;
 height:24px;
}
.tabsJ a.sel span {
 float:left;
 display:block;
 background:url(templates/img/tabrightJ.png) 100% -27px no-repeat;
 padding:5px 15px 4px 6px;
 text-decoration:none;
 height:15px;
}
/*.tabsJ a.sel span {float:none;}*/
/* End IE5-Mac hack */
.tabsJ a.sel:hover span {
color: #ff6600;
}
.tabsJ a.sel:hover {
background-position:0% -27px;
text-decoration:none;
}
.tabsJ a.sel:hover span {
background-position:100% -27px;
}
.pane {
border:1px solid #A0A0A0;
border-top:0;
padding:8px;
/*display:none;*/
}

/* ---------------------------------------------------- */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin:0;
padding:0 0 0 5px;
overflow:hidden;
color: #666666;
background:transparent url(templates/img/tableftJ.png) 0 0 no-repeat;
height:24px;
}
.shadetabs li a span {
float:left;
display:block;
background:transparent url(templates/img/tabrightJ.png) 100% 0 no-repeat;
padding:5px 15px 4px 6px;
font-size:11px;
color:#666666;
height:15px;
}
.shadetabs li a:visited{
}

.shadetabs li a:hover{
background-position:0% -27px;
text-decoration:none;
}

.shadetabs li a.selected{ /*selected main tab style */
 float:left;
 background:url(templates/img/tableftJ.png) 0 -27px no-repeat;
 margin:0;
 padding:0 0 0 5px;
 font-size: 11px;
 color: #333333;
 text-decoration:none;
 height:24px;
}

.shadetabs li a.selected span {
 float:left;
 display:block;
 background:url(templates/img/tabrightJ.png) 100% -27px no-repeat;
 padding:5px 15px 4px 6px;
 text-decoration:none;
 height:15px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

