#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, Tahoma; 
font-size:16px;
font-weight:bold;
text-decoration: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#74b9d2+33,74b9d2+100 */
background: #74b9d2; /* Old browsers */
background: -moz-linear-gradient(top, #74b9d2 33%, #74b9d2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #74b9d2 33%,#74b9d2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #74b9d2 33%,#74b9d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b9d2', endColorstr='#74b9d2',GradientType=0 ); /* IE6-9 */

  border: solid 0px #36c8e0;
  position:relative;
  z-index:999;
}
#menu-bar_n a {
color:#000;
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:#000;
/*text-shadow: 1px 2px 0px #656565;*/
font-size:14px;
}
#menu-line1_n {
background: #36c8e0;
float:left;
}