/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
 /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a {
height:44px;
text-decoration: none;
position: relative;
z-index: 1;
color: #2d2b2b;
float:left;
margin-left:1px;
}

.shadetabs li a.selected span, .shadetabs li a span {
	float:left;
	height:44px;
	display:block; 
}

.shadetabs li a:visited {
color: #2d2b2b;
}

.shadetabs li a:hover {
text-decoration: underline;
margin-left:1px;
cursor:pointer;
}

.shadetabs li a:hover span {
text-decoration: underline;
}

.shadetabs li a.selected { /*selected main tab style */
position: relative;
}

.shadetabs li a.selected span { /*selected main tab style */
position: relative;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li a span.home {
display:block;
background:	url(../images/tab_home.jpg) 0px 11px no-repeat;
width:79px;
height:44px;
}
.shadetabs li a span.tab1 {
display:block;
background:	url(../images/tab1.jpg) 0px 11px no-repeat;
width:136px;
height:44px;
} 
.shadetabs li a span.tab2 {
display:block;
background:	url(../images/tab2.jpg) 0px 11px no-repeat;
width:136px;
height:44px;
} 
.shadetabs li a span.tab3 {
display:block;
background:	url(../images/tab3.jpg) 0px 11px no-repeat;
width:136px;
height:44px;
} 
.shadetabs li a span.tab4 {
display:block;
background:	url(../images/tab4.jpg) 0px 11px no-repeat;
width:136px;
height:44px;
} 
.shadetabs li a span.tab5 {
display:block;
background:	url(../images/tab5.jpg) 0px 11px no-repeat;
width:136px;
height:44px;
} 
.shadetabs li a span.tab6 {
display:block;
background:	url(../images/tab6.jpg) 0px 11px no-repeat;
width:136px;
height:44px;
} 
.shadetabs li a.selected span.home, .shadetabs li a:hover span.home {
display:block;
background-images:url(../images/tab_home.jpg);
background-position:-37px;
background-position:bottom;
width:79px;
height:44px;
}
.shadetabs li a.selected span.tab1, .shadetabs li a:hover span.tab1 {
display:block;
background-images:url(../images/tab1.jpg);
background-position:-37px;
background-position:bottom;
width:136px;
height:44px;
}
.shadetabs li a.selected span.tab2, .shadetabs li a:hover span.tab2 {
display:block;
background-images:url(../images/tab2.jpg);
background-position:-37px;
background-position:bottom;
width:136px;
height:44px;
}
.shadetabs li a.selected span.tab3, .shadetabs li a:hover span.tab3 {
display:block;
background-images:url(../images/tab3.jpg);
background-position:-37px;
background-position:bottom;
width:136px;
height:44px;
}
.shadetabs li a.selected span.tab4, .shadetabs li a:hover span.tab4 {
display:block;
background-images:url(../images/tab4.jpg);
background-position:-37px;
background-position:bottom;
width:136px;
height:44px;
}
.shadetabs li a.selected span.tab5, .shadetabs li a:hover span.tab5 {
display:block;
background-images:url(../images/tab5.jpg);
background-position:-37px;
background-position:bottom;
width:136px;
height:44px;
}
.shadetabs li a.selected span.tab6, .shadetabs li a:hover span.tab6 {
display:block;
background-images:url(../images/tab6.jpg);
background-position:-37px;
background-position:bottom;
width:136px;
height:44px;
}

.tabcontent {
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
