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

.tabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-left:5px;
font: normal 13px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 5px;
margin-right: 2px;
border: 1px solid #c7d6e2;
color: #2d2b2b;
background: #cbdfee url(shade.gif) top left repeat-x;
outline:none;
}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.tabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.tabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
background-color:#FFFFFF;
border-bottom-color: white;
}

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


