/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding-bottom: 6px;
margin: 0;
color: #00ccff;
font: 11px arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float: left;
}

.shadetabs li a{
padding-top: 5px;
text-decoration: none;
color: #2d2b2b;
background: white url(dseltab2.gif) top left no-repeat;
width: 90px;
height: 22px;
display: block;
}


.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
font-weight: bold;
background: #e5faff url(seltab2.gif) top left no-repeat;
border-bottom-color: #e5faff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}