/*หัวเมนู*/
.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 #700;
color: #e12828;
backgroun url() top left repeat-x; /*สีพื้นหลังปุ่ม*/
}
/*ตัวอักษรก่อนลิงค์*/
.shadetabs li a:visited{
color: #2d2b2b; /*สีตัวอักษร*/
position: relative;
top: 2px;
}
/*ตัวอักษรเอาเมาชี้*/
.shadetabs li a:hover{
text-decoration: underline;
color: #e12828;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url();/*พื้นหลังปุ่มที่เลือก*/
border-bottom-color: #2d2b2b;/*สีขอบล่างของปุ่มที่เลือก
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/*ความกว้างของ block*/
.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 0px solid;
border-color: #CEF6FF;
width: 800px;
margin-bottom: 0em;
padding: 0px;
}

.tabcontent{
display:none;
}
.shadetabs2{
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*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}
 /*ปุ่ม*/
.shadetabs2 li a{
text-decoration: none;
padding: 0px 0px;
margin-right: 1px;
border: 0px solid #700;
color: #e12828;
backgroun url() top left repeat-x; /*สีพื้นหลังปุ่ม*/
}
/*ตัวอักษรก่อนลิงค์*/
.shadetabs2 li a:visited{
color: #2d2b2b; /*สีตัวอักษร*/
position: relative;
top: 2px;
}
/*ตัวอักษรเอาเมาชี้*/
.shadetabs2 li a:hover{
text-decoration: underline;
color: #e12828;
}

.shadetabs2 li.selected{
position: relative;
top: 1px;
}

.shadetabs2 li.selected a{ /*selected main tab style */
background-image: url();/*พื้นหลังปุ่มที่เลือก*/
border-bottom-color: #2d2b2b;/*สีขอบล่างของปุ่มที่เลือก
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/*ความกว้างของ block*/
.tabcontentstyle2{ /*style of tab content oontainer*/
border-top: 0px solid;
border-color: #CEF6FF;
width: 800px;
margin-bottom: 0em;
padding: 0px;
}

.tabcontent2{
display:none;
}
.shadetabs3{
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*/
}

.shadetabs3 li{
display: inline;
margin: 0;
}
 /*ปุ่ม*/
.shadetabs3 li a{
text-decoration: none;
padding: 0px 0px;
margin-right: 1px;
border: 0px solid #700;
color: #e12828;
backgroun url() top left repeat-x; /*สีพื้นหลังปุ่ม*/
}
/*ตัวอักษรก่อนลิงค์*/
.shadetabs3 li a:visited{
color: #2d2b2b; /*สีตัวอักษร*/
position: relative;
top: 2px;
}
/*ตัวอักษรเอาเมาชี้*/
.shadetabs3 li a:hover{
text-decoration: underline;
color: #e12828;
}

.shadetabs3 li.selected{
position: relative;
top: 1px;
}

.shadetabs3 li.selected a{ /*selected main tab style */
background-image: url();/*พื้นหลังปุ่มที่เลือก*/
border-bottom-color: #2d2b2b;/*สีขอบล่างของปุ่มที่เลือก
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/*ความกว้างของ block*/
.tabcontentstyle3{ /*style of tab content oontainer*/
border-top: 0px solid;
border-color: #CEF6FF;
width: 800px;
margin-bottom: 0em;
padding: 0px;
}

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