/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{


list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs {
display: inline;
margin: 0;

}

.shadetabs  a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 1px;
background-image:url(../../images/kpbg05.gif);
}

.shadetabs  a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs  a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs  a.selected{ /*selected main tab style */
background-image: url(../../images/kpbg06.gif);

}

.shadetabs  a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



