<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu-bar {
  width: 950px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 100%;
font-family: Century Gothic, Cordia News, Kanit; 
font-size:16px;
font-weight:bold;
text-decoration: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #8B8B8B;
  background: linear-gradient(top,  #2ea7ba,  #008ca2);
  background: -ms-linear-gradient(top,  #2ea7ba,  #008ca2);
  background: -webkit-gradient(linear, left top, left bottom, from(#2ea7ba), to(#008ca2));
  background: -moz-linear-gradient(top,  #2ea7ba,  #008ca2);
  /*background: -ms-linear-gradient(left, #7b00ce 0%,#0c7c00 28%,#0c7c00 50%,#207cca 56%,#7db9e8 100%); /* IE10+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b00ce', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
  border: solid 0px #36c8e0;
  position:relative;
  z-index:999;
}
#menu-bar a {
color: #000;
text-decoration: none;
cursor: pointer;
}
.thtext1 {
padding: 6px 0px 6px 0px;
border-right: solid 1px #36c8e0;
width:189px;
text-align:center;
float:left;
}
.thtext2 {
padding: 6px 0px 6px 0px;
border-left: solid 1px #006a7b;
border-right: solid 1px #36c8e0;
width:188px;
text-align:center;
float:left;
}
.thtext3 {
padding: 6px 0px 6px 0px;
border-left: solid 1px #006a7b;
width:189px;
text-align:center;
float:left;
}
.engtext {
color:#FFF;
text-shadow: 1px 2px 0px #656565;
font-size:14px;
}
#menu-line1 {
background: #36c8e0;
float:left;
}

body {
background-color:#000;
}</pre></body></html>