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

.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font-size: 11px;
font-weight: bold;
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;
padding: 5px 8px;
margin-right: 3px;
border: 1px solid #cdcdcd;
/*color: #2f5d8a;*/
color: #555;
background: #F4FCD8;
top: -1px;
/*background: white url(green_menu_bar.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
/*color: #555555;*/
}

.shadetabs li a:hover{
text-decoration: none;
}

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

.shadetabs li a.selected{ /*selected main tab style */
/*background: white url(red_menu_bar.gif) top left repeat-x;*/
background: white;
color: #739d00;
border-bottom-color: white;
font-size: 12px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: 739d00;
font-weight:bold;
}

