/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 180px; }
#nav ul ul { left: 181px; }

/* Everything else is theming */
 
#nav { 
	font-family: Tahoma;
	/*
	background-color: #00b2be; 
	height: 34px; 	
	*/
	background-color: #C16729; 
	/*background-image: url('http://www.bandar-djakarta.com/img/menu.png');*/
	background-repeat: no-repeat;
	height: 34px;
	padding-left: 10px;
}
#nav *:hover { background-color: none; }
#nav a { 
	width: 150px; border-right: 1px solid white; color: white; font-size: 12pt; padding: 9px; line-height: 1; 
}
  #nav li.hover a { background-color: #FF9000; }
  #nav ul { top: 34px; }
  	#nav li { 
  		background-image: url('http://www.bandar-djakarta.com/img/starfish.png'); 
		background-repeat: no-repeat;
		background-position: 140px 4px;
  	}
  	#nav ul li a { background-color: #FF9000; }
	  #nav li ul li { width: 300px; }
      #nav ul a.hover { background-color: #FFAB3D; }
   #nav ul a { border-top: 1px solid white; border-right: none; opacity: 1; filter: alpha(opacity=100); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

