/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding: 0px;
margin-left: 0;
margin-top: 9px;
margin-bottom: 0;
font:Tahoma, Verdana, Arial;
font-size:11px;
font-weight:bold;
color: #064f64;
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;
padding: 8px 10px;
margin-right: 0px;
border:1px solid #79aec4;
color: #064f64;
background:#ddf0f8;
font:Tahoma, Verdana, Arial;
font-size:11px;
font-weight:bold;
}

.shadetabs li a:visited{
color: #136780;
}

.shadetabs li a:hover{
font-family:Tahoma, Verdana, Arial;
font-size:11px;
font-weight:bold;
text-decoration: none;
color: #136780;
background:#ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #064f64;
position: relative;
top: 0px;
}
.shadetabs li a.selected{ /*selected main tab style */
font-family:Tahoma, Verdana, Arial;
font-size:11px;
font-weight:bold;
color: #064f64;
background:#89d5d5;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
