/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding: 6px 0;
margin-left: 1px;
margin-top: 15px;
margin-bottom: 0;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: -1px; /* width between each orther tab*/
}

.shadetabs li a{
text-decoration: none;
z-index: 1;
padding: 6px 32px; /* width box of tab*/
border: 1px solid #d0cfce;
font-weight:bold;
font-family: Tahoma;
text-transform:uppercase;
margin: 0px;
background-repeat:repeat;
/*background: white url(../a_images/background/menu_cover.gif) top left repeat-x;*/
COLOR: #FFFFFF; 
background-color:#006699;
}


.shadetabs li a:hover{
text-decoration: underline;
color: #fa8436;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(../a_images/shadeactive.gif);*/
border-bottom-color: #dfdfdf;;
background-color:#e3e3e3;
color:#5d5e5f;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/******************************************* Sidebar *****************************************************/


