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

.shadetabs{
padding: 5px 0;
margin: 5px 0 0 0;
font: bold 14px Verdana;
list-style-type: none;
border-right: 1px solid #E4E1E1;
border-top: 1px solid #E4E1E1;
background:#F3F1F2 url(../img/tab_bg.gif) no-repeat left top;
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;
padding: 5px 18px 5px 18px;
margin: 0px;
border-left: 1px solid #E4E1E1;
border-right: 1px solid #E4E1E1;
color: #A0A0A0;
background: url(shade2.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #A0A0A0;
}

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

.shadetabs li a.selected{ /*selected main tab style */
color: #2d2b2b;
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(../img/bg_tab_open.gif);
border-bottom-color: white;
border-top: 1px solid #E4E1E1;
}

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

