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

.shadetabs{
padding: 2px 0;
align: top;
margin-left: 0;
margin-top: 3px;
margin-bottom: 1px;
font: bold 11px Verdana;
list-style-type: none;
background: transparent 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: 3px 5px;
margin-right: 1px;
border: 0px solid White;
color: #ffffff;
background: white url(../templates/subSilver/images/soltop.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #ffffff;
}

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

.shadetabs li a.selected{ /*selected main tab style */
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 5px;
margin-right: 1px;
border: 1px solid #2E75AF;
color: #163C7A;
background: white url(../templates/subSilver/images/yello.gif) top left repeat-x;
}

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