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

.shadetabs{
height:22px;
padding: 0px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
position:relative;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 5px 18px 5px;
font-weight: normal;
font-size:12px;
margin:0px 10px;
color: #2d2b2b;
background: white url(shade1.png) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadeLeft {
z-index: 2;
position:absolute;
top:-10px;
left:1px;
height:33px;
width: 10px;
background-image: url(shadeLeft.png);
background-position: top left;
background-repeat: no-repeat;
}

.shadeRight {
z-index: 2;
position:absolute;
top:-10px;
right:3px;
height:33px;
width: 10px;
background-image: url(shadeRight.png);
background-position: top left;
background-repeat: no-repeat;
}

.shadeLeftActive {
z-index: 2;
position:absolute;
top:-10px;
left:1px;
height:33px;
width: 10px;
background-image: url(shadeLeftActive.png);
background-position: top left;
background-repeat: no-repeat;
}

.shadeRightActive {
z-index: 2;
position:absolute;
top:-10px;
right:3px;
height:33px;
width: 10px;
background-image: url(shadeRightActive.png);
background-position: top left;
background-repeat: no-repeat;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeActive1.png);
border-bottom-color: white;
color: #c05a00;
}

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