

.shadetabs{
padding: 3px 8;
margin-left: 0;
margin-top: 0px ;
margin-bottom: 3px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: none;
text-decoration: none;
}




.tabcontent{
display:none;
text-decoration: none;

}
.shadetabs{
	
	
	/*цвет верхн меню*/
	text-decoration: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
}
.shadetabs td a{
	text-decoration: none;
	color: white;
		}

.shadetabs td a:visited{
text-decoration: none;
color: none; /*верх статический */
}

.shadetabs td a:hover{
	text-decoration: none;
	color: white; /*on mouse over */

}

.shadetabs td.selected{
position: relative;
text-decoration: none;
color: WHITE; 
}

.shadetabs td.selected a{
	/*selected main tab style */
	border-bottom-color: white;
	text-decoration: none;
	color: White;
	
}

.shadetabs td.selected a:hover{
	/*selected main tab style */
	text-decoration: none;
	color: White;
	
}

	

.tabcontentstyle{
	/*style of tab content oontainer*/
	width: 100%;
	
	padding: 10px;
	
	text-decoration: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
	
}
