


/*
.shadetabs {padding-top:0px; padding-left:0px; padding-bottom:8px;}
.shadetabs li a { background:url(images/l-bg-cat.gif) no-repeat left top; margin:0px; padding:4px 0px 3px 6px; text-decoration:none; z-index:1px; float:left;}
.shadetabs li a span {background:url(images/r-bg-cat.gif) no-repeat right top; padding:4px 18px 3px 12px; font-weight:normal;color:#666666; font-family:Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;}
.shadetabs li a:hover {background-position:0% -26px;}
.shadetabs li a:hover span {background-position:100% -26px; color: #ffffff; font-weight: bold;}
.shadetabs {padding: 3px 0;margin-left: 0;margin-top: 1px;margin-bottom: 0;font: bold 12px Verdana;list-style-type: none;text-align: left; }
.shadetabs li{display: inline;margin: 0;}
.shadetabs .selected a {background-position:0 -26px; }
.shadetabs .selected a span {background-position:100% -26px;	color: #ffffff;	font-weight: bold;}

*/


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
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: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
float:left;
padding: 6px 0px;
padding-left:12px;
margin-right: 0px;
border: 0px solid #778;
color: #2d2b2b;
background: white url(images/l-bg-cat.gif)  repeat-x;
}

.shadetabs li a span{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 15px;
padding-right:10px;
margin-right: 0px;
border: 0px solid #778;
color: #2d2b2b;
background: url(images/r-bg-cat.gif) right top no-repeat;
}



.shadetabs li a:visited{
color: #2d2b2b;

}



.shadetabs li a:hover {background-position:0% -26px;}
.shadetabs li a:hover span {background-position:100% -26px; color: #ffffff; font-weight: bold;}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/l-bg-cat.gif);
background-position:0 -26px;
border:0px;
color:#FFFFFF;
}

.shadetabs li .selected span{ /*selected main tab style */
background-image: url(images/r-bg-cat.gif) right;
background-position:100% -26px;
border:0px;
color:#FFFFFF;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}





