﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
margin-top: -5px;
margin-bottom: 0;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
width:300px;
clear:both;
}

.shadetabs li{
display: inline;
margin: 0;
float:left;
height:50px;
padding-bottom: 10px;
float:left;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding-left: 3px;
margin-right: 3px;
outline:none;
}


.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 12px;
}


