/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: -3px;
margin-bottom: 0;
list-style-type: none;
 

}

.shadetabs li{
margin: 0;
list-style:none;
float:left; 
margin-right:50px;
 

}

.shadetabs li a{ padding-bottom:27px;  font-family:Calibri, Arial; font-size:15px; font-weight:normal; color:#4d7199; text-decoration:none; z-index: 1; }
.shadetabs li a:hover{
text-decoration:none; 
color: #143459;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #143459; background-image:url(../images/layout/arow.jpg); background-position:bottom center; background-repeat:no-repeat;
}

 

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

 