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

.shadetabs{
list-style-type: none;
font:normal 12px Arial, Helvetica, sans-serif;
letter-spacing:-1px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background:#428ED1;
height:31px;
width:98%;}

.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:#428ED1;

border-right:1px solid #2782D1;}

.shadetabs li a:hover{
background:#2782D1;
color: #D2E6F0;
text-decoration:none;}


.shadetabs li a.selected{ /*selected main tab style */
background-image:url(../images/tab_bg_active.gif);
}

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

