/*Copyright (c) 2019 Wandee Thaweetham */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  font-size:20px;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #333;
}

li.dropdown {
  display: inline-block;
}
li {
  border-right: 1px solid #bbb;
}

li:last-child {
  border-right: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}


div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 10px;
  background-color: #dddddd;
  border: 2px solid #4CAF50;
  z-index: 9;
}
div.relative {
  position: relative;
  width: 100%;
  height: 30px;
  border: 1px;
} 
div.absolute {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  border: 1px;
}
body {
  
}
div.fixed {
  position: fixed;
  bottom: -4px;
  left: 0;
  padding: 5px;
  width: 98%;
  border: 1px;
}
myHeader{
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  display: block;
  background-color: #ffffff;
  font-size: 20px;
}


.my-update:before{
content: "  6th Dec. 2024 "
}

.my-copyright:before{
content: " 2015/2025 "
}

.my-space:before{
content: "            "
}

myPad{
  display: block;
  background-color: #dddddd;
  padding: 10px;
  font-size: 30px;
}  

myMenu{

font-size: 24px;
color:white;
}
footer{
  top: 0;
  left: 0;
  width: 99.2%;
  height: 80px;
  display: block;
  background-color: #ffffff;
  background-image: url("../Images/Thailand.GIF");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: float;
  border: 4px solid #4CAF50;
}
