/*หัวเมนู*/
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*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: 0px 0px;
margin-right: 1px;
border: 0px solid #778;
color: #2d2b2b;
background: #FFFFFF url() top left repeat-x; /*สีพื้นหลังปุ่ม*/
}
/*ตัวอักษรก่อนลิงค์*/
.shadetabs li a:visited{
color: #2d2b2b; /*สีตัวอักษร*/
position: relative;
top: 2px;
}
/*ตัวอักษรเอาเมาชี้*/
.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url();/*พื้นหลังปุ่มที่เลือก*/
border-bottom-color: #FFFFFF;/*สีขอบล่างของปุ่มที่เลือก*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/*ความกว้างของ block*/
.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 1px solid;
border-color: #CEF6FF;
width: 360px;
margin-bottom: 0em;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}