#navx {
	font-family: Georgia;
	font-size: 14px;
    display:block;
    width:200px;
	position:relative;
    text-align: center;

}
#navx ul {
	font-family: Georgia;
	font-size: 16px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 100%;


	text-align: center;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

	/*
	MENU SET Tengah
	*/
#navx ul li {float: center; color: #fff; text-align: left; font-weight: bold;


}
#navx ul li a {display: block;
/*background: #FF5E00;*/

/*
padding-left:10px;
padding-right:1px;
padding-bottom:1px; */
padding-top:5px;

height:40px;

color: #FFFFF0;
 text-decoration: none;
  margin: 0 auto;
  background: url(button/b1.png) top center no-repeat;
  font: bold;
  background-repeat: no-repeat;
  text-align: center;

}

/* Root Level Link Formatting */
#navx ul li a:hover, #navx li a:focus {
  /*background: #FF5E00;*/

  border-color: #000;
  color:#FF0000;
  background: url(button/b2.png) top center no-repeat;
}
#navx li a:active, #navx ul li a.active {
/*  background: #000;*/
/*background: url(button/b2.png) top center no-repeat;*/
  border-color: #000000; }

/* Current page Customisations*/
#navx li.menux-current a		{background: #000; color: #fff; border-bottom: 0px solid #000;}
#navx li.menux-current a		{font-weight: bold;}

/* 2nd Child menu */
#navx .menux li ul {position: absolute;  margin: 1px; display: block; text-transform: none;
display:none;
/*border-left:15px;
padding-left:5px;
padding-right:0px;
padding-bottom:4px;
padding-top:0px;
*/
border:2px solid #777;
top:-4px;
left:92%;

padding-left:10px;
font-size: 100%;
width: 179px;
background: #DDD;



}


#navx .menux li ul li { text-align: left; font-weight: normal; margin: 0; padding: 0;  }
#navx .menux li ul a {
  /*background: #FFFF00;*/
  margin-left:10px;
  height:35px;
  color: #FFF; border: 2;
/*  background: url(button/b1.png) top center no-repeat; */

}

/* 2nd Child link hover */
#navx .menux li ul a:hover {display:block; color: #990000;
/*background: #FF5E00;
border: 1;*/
/*background-image: url(button/b2.png) top center no-repeat;*/
}

/* Show and hide */
#navx .menux li:hover ul, #navx .menux li a:focus ul, #navx .menux li.subMenu ul { display: block; }
#navx .menux li ul ul {position: absolute; display: none;}
#navx .menux li:hover ul ul, #navx .menux li.subMenu ul ul { display: none;}
#navx .menux li:hover ul, #navx .menux li li:hover ul, #navx .menux li.subMenu ul, #navx .menux li li.subMenu ul { display: block;}


/* 3rd Child Menu Appreances */

#navx .menux li ul li ul {display: none; text-transform: none;
left:100%;
font-size: 100%;
border-left: 0px;
padding: 0px;


}


#navx .menux li ul li ul li {
  text-align: left; font-weight: normal;
  margin: 0px;
  padding: 0;
  }

#navx .menux li ul li ul li a 	{
  /*background: #FFFF00;*/
/*111  background-image: url(button/b1.png) top center no-repeat; */



  }

/* Positioning the Pop-out Drops */
#navx li {position: relative;}

#navx ul ul ul {
	position: relative;
	top: 0px;
	left: 90%;


}






.nonex{
		display:none;
		font:12px ;
		padding:5px
}



