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

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 16px;
margin-bottom: 0;
height:34px;
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;
height:34px;
line-height:30px;
width:92px;
float:left;
margin-right:5px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
top:1px;
z-index: 1;
background:url(../images/welcome_tab_bg.gif) no-repeat top left;
display:block;
height:34px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
font-size:12px;
text-transform:uppercase;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover, .shadetabs li a.current{
color: #000000;
border:solid 1px #dcdada;
border-bottom:0;
background:url(../images/welcome_activetab_bg.gif) repeat-x top left;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
height:34px;
color: #000000;
border:solid 1px #dcdada;
border-bottom:0;
background:url(../images/welcome_activetab_bg.gif) repeat-x top left #f6f6f6;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tab_content{
	background:#f6f6f6;
	border:solid 1px #dcdada;
	}
