.shadetabs{
	padding: 1px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	list-style-type: none; 
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height:30px;
	color: #FFFFFF;
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
padding: 4px 7px;
margin-right: 3px;
border: 1px solid  #330000 ;
border-bottom-color:#FFFFFF;
color: #FFFFFF;
background:  #330000 ;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
background: #663300;
}

.shadetabs li.selected{
position:0px ;
top: 0px;

}

.shadetabs li.selected a{ /*selected main tab style 
background-image: url(shadeactive.gif);*/
background-color:#996600;
height:30px;
border-bottom-color: #996600;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid  #330000 ;
width: 580px;
margin-bottom: 1em;
padding: 10px;
position: relative;
top: 20px;
background:#FFFFFF;
font:"Arial Unicode MS";
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
.burmese {
	font-family: MyaZedi;
}

