.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
}

.shadetabs li a{
	
	text-decoration: none;
	padding: 3px 5px;
	margin-left: 3px;
	width:200px;

	font-family: Helvetica, Arial, Georgia;
	font-size: 13px;
	font-weight: bold;
	color: #FFFF00;
	font-style: normal;
	text-transform: capitalize;
	
}

.shadetabs li a:hover{
color: #CCCC00;
text-decoration:none;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom: 2px solid #333333;
color:#FFFFFF;
background-color:#333333;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 100%;
margin-bottom: 1em;
}

.tabcontent{
display:none;
}

/*tab setting 2*/


.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Verdana;
text-transform:capitalize;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
padding: 3px 5px;
border: 1px solid #EFEFEF;
color: #2d2b2b;
background: url(images/img02.gif) repeat-x;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
color: #CCCC00;
text-decoration:none;
}

.shadetabs2 li.selected{
position: relative;
top: 1px;
}

.shadetabs2 li.selected a{ /*selected main tab style */
border-bottom-color: white;
background:#FFFFFF;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle2{ /*style of tab content oontainer*/
border: 1px solid #F5F5F5;
width: 99%;
margin-bottom: 1em;
background:#FFFFFF;
}

.tabcontent2{
display:none;
}

@media print {
.tabcontent2 {
display:block!important;
}
}