/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
list-style-type: none;
font:bold 14px Arial, Helvetica, sans-serif;
letter-spacing:-1px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background:#006599;
height:31px;
width:657px;}

.shadetabs li{
display: inline;
margin: 0;
float:left;
padding:0;}

.shadetabs li a{
text-decoration: none;
position: relative;
top:7px;
z-index: 1;
padding: 7px 15px;
margin: 0;
color: #fff;
background:#006599;
border-right:1px solid #0089CF;}

.shadetabs li a.selected{ /*selected main tab style */
background:#0880BD;
cursor: text;
color: #D2E6F0;
position: relative;
top:7px;}

	
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;}
