/* ######### 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: block;
float:left;
margin: 0;
width:33%;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px ;
padding-left: 15px;
margin-right: 3px;
margin-left: 5px;
height:24px;
display:block;
float:left;
width:99%;
/*border: 1px solid #97bf0d;*/
color: #0099cc;
/*background: white url(shade.gif) top left repeat-x;*/
background: white url(../images/tab/NL_cb_tab_left.gif)  top left no-repeat;

}

#tabbed td a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
background-image: url(../images/tab/NL_cb_tab_left_active.gif);
color: #97bf0d;
border-right: 1px solid #97bf0d;
border-top: 1px solid #97bf0d;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#97bf0d;
top: 1px;
border-right: 1px solid #97bf0d;
border-top: 1px solid #97bf0d;
}

.shadetabs li.selected{
display: block;
float:left;
margin: 0;
width:33%;
}
.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
/*background:url(../images/tab/NL_cb_tab_left_active.gif) no-repeat left top;*/
background-image: url(../images/tab/NL_cb_tab_left_active.gif);
background-repeat:no-repeat;
border-bottom-color: white;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px ;
padding-left: 15px;
margin-right: 3px;
margin-left: 5px;
height:24px;
display:block;
float:left;

}

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



