/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
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: 1px 3px;
margin-right: 1px;
border-bottom: 1px solid #ff6600;
border-top: 1px solid #ff6600;
border-right: 1px solid #ff6600;
border-left: 1px solid #ff6600;
color: #ffffff;
background: #ff6600;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
background: #ff6600;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #000066;
border-bottom: 1px solid #000066;
border-top: 1px solid #000066;
border-right: 1px solid #000066;
border-left: 1px solid #000066;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

