.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url('../images/shade.gif') repeat-x top left;; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #999;

background-image: url('../images/shadeactive.gif');
}

.shadetabs li.selected{
position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url('../images/shadeactive.gif');
border-bottom-color: white
}

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

.contentstyle{
border: 1px solid gray;
background-color:#FFFFFF;
margin-bottom: 1em; padding: 10px;
z-index:0;
}













.shadetabs2{
padding-bottom:3px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
margin-left: 3px;
margin-right:0px;
margin-top: 0px;
margin-bottom: -2px;	
font-family: Arial;
font-size:11px;
list-style-position:inside;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display:inline;
margin-right:-1px;
margin-left:-1px;
}

/*//////////////////////
// STANDARD
//////////////////////*/
.shadetabs2 li a{
text-decoration: none;
color: #2d2b2b;
background:  url('../images/tab_mid_inactive.gif') repeat-x top left;  
padding-bottom:4px;
padding-top:3px;
*padding-top:0px;
}

.shadetabs2 li a span.left{
background: url('../images/tab_left_inactive.gif') no-repeat top left; 
padding-left:10px;
padding-bottom:4px;
padding-top:3px;
}

.shadetabs2 li a span.right{
background:  url('../images/tab_right_inactive.gif') no-repeat top right; 
padding-right:10px;
padding-top:3px;
padding-bottom:4px;
*padding-top:0px;
*padding-bottom:0px;
}




/*//////////////
// INACTIVE HOVER
/////////////*/
.shadetabs2 li a:hover{
background:  url('../images/tab_mid_over.gif') repeat-x top left;  
}

.shadetabs2 li a:hover span.left{
background:  url('../images/tab_left_over.gif') no-repeat top left; 
}

.shadetabs2 li a:hover span.right{
background:  url('../images/tab_right_over.gif') no-repeat top right;  
}



/*//////////////
// SELECTED
/////////////*/

.shadetabs2 li.selected{
display:inline;
margin-right:-3px;
margin-left:-3px;
}

.shadetabs2 li.selected a {
position:relative;
top:-2px;

padding-bottom:6px;
padding-top:3px;
*padding-top:0px;
*padding-bottom:0px;
background:  url('../images/tab_mid_active.gif') repeat-x top left;  
}

.shadetabs2 li.selected a span.left{
background:  url('../images/tab_left_active.gif') no-repeat top left;
padding-bottom:6px;
padding-top:3px;
}

.shadetabs2 li.selected a span.right{
background:  url('../images/tab_right_active.gif') no-repeat top right;
padding-bottom:6px;
padding-top:3px;
*padding-top:0px;
*padding-bottom:0px;

}

