﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:0;
display:table; 
position:relative;
z-index:10;

margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*margin-left:0;set to left, center, or right to align the menu as desired*/
}
.shadetabs ul{
margin: 0; 
padding:0;
}
.shadetabs li{
 
float:left;
margin: 0 5px 0 0;
background: url(../../images/nav-bg.jpg) repeat-x left -4px;
text-decoration: none;
z-index: 1;
padding: 10px;
border:1px #CCCCCC solid; 
border-bottom: none;
}

.shadetabs li a{
text-decoration: none;
/*position: relative;*/
z-index: 1;
padding: 10px;
color:  #333; 
border-top:none;border-left:none; border-right:none;

}

.shadetabs li a:visited{
color: #333; 
}
.shadetabs li:hover{
/*text-decoration: underline;
*/color: #333; 
outline:none;
background:url(../../images/navbg_hv.png) repeat-x left -4px;
border:1px #CCCCCC solid;
border-bottom:none;
}
.shadetabs li a:hover{
/*text-decoration: underline;*/
color:  #333; outline:none;

}

.shadetabs li a.selected{ /*selected main tab style 
position: relative;*/

top: 1px; 
outline:none;
background: #FFFFFF url(../../images/navarr1.png) no-repeat  center  bottom;
border-bottom-color: white;
border-top:none;
}
.shadetabs li.selectedli{ /*selected main tab style */
/*position: relative;*/
top: 1px; 
outline:none;
background:#FFFFFF;
border-bottom-color: white;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li.tabdataactive{background: #FFFFFF;}
