	/*body {font-family:arial; font-size:11px;}*/
	#nav-wrapper {
    		width:550px;
    		margin: 4% auto;
    		padding-bottom:2%;
    		font-family:StoneSans, sans-serif;
    		font-size:11pt;
  	}
	/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}

 	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
		#nav li {
	  		float:left; 
	  		display:block; 
	  		width:12%; 
	  		background:#fff; 
	  		position:relative;
	  		z-index:500; 
	  		margin:0 4px;
        /*white-space:nowrap;*/
        border-left:2px solid #C44500;
        border-top:1px solid #c44500;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:5px; 
			font-weight:500;  
			height:22px; 
			text-decoration:none; 
			text-align:center;
			color:#4d4d4d;
		}

		#nav li a:hover {
			color:#000;
      background:#ccc;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
      margin:0 0 0 -2px;
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:102%; 
			float:left;
			border-top:0px solid #fff;
      margin-left:0;
      /*border-right:1px solid #C44500;*/
		}
      /* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;
			height:22px;
			padding: 5px; 
			color:#666;
      text-align:left;
     	text-indent:.6em; 
		}
		
		#nav ul a:hover {
			text-decoration:none;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

		/* sub-sub-menu, it's hidden by default */
		#nav ul ul {
			position:absolute;
      top:0px;
			left:100%; 
			display: none;
      margin:0;
			padding:0; 
			list-style:none;
		}
		
		#nav ul ul li {
      width:102%;
			float:left;
      margin-left:0;
      border-left:0px;
      border-right:0px dotted #C44500;
		}
    
      /* display block will make the link fill the whole area of LI*/
		#nav ul ul a {
			display:block;  
			height:22px;
			padding: 5px; 
			color:#666;
      text-align:left;
     	text-indent:.6em;
		}
		
		#nav ul ul a:hover {
			text-decoration:none;	
		}
    */
		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul ul {
			margin:0 0 0 -2px;
		}

  /* nav-footer config */
  #nav-footer-wrapper {
    width:280px;
    margin: auto;
    padding-bottom:8%;
    padding-top:2%;
    font-family:StoneSans, sans-serif;
    font-size:11pt;
  }
  #nav-footer {
		margin:0; 
		padding:0; 
		list-style:none;
  }	

  #nav-footer li {
    float:left;
    display: block;
    width: 26%;
    background: #fff;
    position: relative;
    z-index:500;
    text-align: center;
    margin: 0 4px;
    border-right: 1px solid #C44500;
    border-bottom: 2px solid #C44500;
  }

  #nav-footer li a {
    display:block; 
		padding:5px; 
		font-weight:500;  
		height:22px; 
		text-decoration:none; 
		text-align:center;
    color:#4d4d4d;
  }

  #nav-footer li a:hover {
    color: #000;
    background: #ccc;
  }
  #thai-footer #nav-footer li a {
    padding:2px;
  }
  
/*------extra stuff---------*/
    		#worldMap img {
      			width: 40px;
      			margin:-8px 0;
    		}
/*    		#nav ul li.first {
            border-top:6px solid #fff;
            border-left:2px solid #C44500;
    		}*/
    		#nav ul li.last {
      			border-bottom:4px solid #C44500;
    		}
        #nav ul ul li.last-flyout {
      			border-bottom:4px solid #C44500;
    		}
        #nav ul ul li.first-flyout {
      			border-top:1px solid #C44500;
    		}
        
/*------thai stuff---------*/
  .th_nav_foot {
  font-size:1.3em;
  font-family: Sarabun, sans-serif, serif;
  }
  .th_nav {
  font-size:1.3em;
  font-family: Sarabun, sans-serif, serif;
  }
  .th_nav li ul li {
    white-space:nowrap;
  }
  .th_nav2 {
  font-size:1em;
  font-family: Sarabun, sans-serif, serif;
  }
