/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs2{
padding: 3px 0;
list-style-type: none;
font-size:14px;
font-weight:bold;

text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #fff;
}

.shadetabs2 li a:visited{
color: #fff;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #FF0;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color:#FF0;
}

.shadetabs2 li a.selected{ /*selected main tab style */
color:#FF0;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
