/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding-left:0px;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 10px;
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 3px 0 0;
padding:10px 15px;
}

.shadetabs li{
z-index: 1;
position: relative;
font-size:12px;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
}

.shadetabs li{ 
background-image:url(images/activehosting_21.jpg);
background-repeat:repeat-x;
background-color:#414141;
background-position:top center;
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{ /*selected main tab style */
background-image:url(images/activehosting_19.jpg);
background-color:#f5f5f5;
border-color: #ebebeb;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li a {
color:#f2f2f2;
}

.shadetabs li.selected a {
color:#555;
}