/* ######### CSS for Shade Tabs. Remove if not using ######### */
ul {padding:0; margin:0;}
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px tahoma;
color: #000000;
text-transform: uppercase;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs ul{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
}

.shadetabs li{
display: inline;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 120px;
height: 20px;
color:#000000;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 3px;
margin-right: 3px;
color:#000000;
top: 4px;
}

.shadetabs li a:hover{
text-decoration: underline;
color:red;
}
.shadetabs1 {padding:0;}
.shadetabs1 li {float:left; margin-right:9px;}
.shadetabs1 li a#roundedt1 {
	float:left;
	background-image: url(images/li_bg.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 79px;
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	line-height:25px;
	text-align:center;
}
.shadetabs1 li a#roundedt2 {
	float:left;
	text-decoration: none;
	background-image: url(images/li_bg1.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 115px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	line-height:25px;
}

.shadetabs1 li a#roundedt1.selected {color:#FF0000;}
.shadetabs1 li a#roundedt2.selected {color:#FF0000;} 
.shadetabs1 li a.selected{ /*selected main tab style */
outline: none;
color: RED;
}



.shadetabs li a.selected{ /*selected main tab style */
color: #EE5156;
text-decoration: underline;
position: relative;
top: 4px;
}

.shadetabs li a.selected{ /*selected main tab style */
outline: none;
color: red;
}

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

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.shadetabs7 { /*selected main tab style */
outline: none;
color: RED;
}
