#menu-bar_n {
background-image:url('images/menu_background.jpg');
  width: 400px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 100%;
font-family: Century Gothic, Cordia News, Noto Sans Thai; 
font-size:16px;
font-weight:bold;
text-decoration: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;

background: rgb(2,73,0);
background: -moz-linear-gradient(180deg, rgba(2,73,0,1) 0%, rgba(50,111,48,1) 40%);
background: -webkit-linear-gradient(180deg, rgba(2,73,0,1) 0%, rgba(50,111,48,1) 40%);
background: linear-gradient(180deg, rgba(2,73,0,1) 0%, rgba(50,111,48,1) 40%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#024900",endColorstr="#326f30",GradientType=1);

  border: solid 0px #36c8e0;
  position:relative;
  z-index:999;
}
#menu-bar_n a {
color:#fff;
text-decoration: none;
cursor: pointer;
}
.thtext1_n {
padding: 6px 0px 6px 0px;
border-right: solid 1px #f;
width:189px;
text-align:center;
float:left;
}
.thtext2_n {
padding: 6px 20px 6px 60px;
background-image:url('close_left.png');
background-repeat:no-repeat; 
background-position:left bottom;
text-align:center;
float:left;
}
.thtext3_n {
padding: 6px 0px 6px 55px;
background-image:url('close_middle.png');
background-repeat:no-repeat; 
background-position:left;
text-align:center;
float:left;
}
.engtext_n {
color:#000000;
/*text-shadow: 1px 2px 0px #656565;*/
font-size:14px;
}
#menu-line1_n {
background: #36c8e0;
float:left;
}