	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{	/* Menu object */
		visibility:hidden;	
		font-family: Verdana, Arial, sans-serif;		
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
		border:1px solid #000;
		background-color:#FFF;
		padding:1px;		
		white-space:nowrap;
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
		white-space:nowrap;
	}	
	#dhtmlgoodies_menu a{
		font-family: Verdana, Arial, sans-serif;
		margin:0px;
		padding:0px;
		text-decoration:none;
		color:black;
		white-space:nowrap;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:0px solid #317082;
		background-color:#1B5D2B;
		overflow:visible;
		white-space:nowrap;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:0px solid #555;
		white-space:nowrap;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:0px;
		padding-right:0px;
		border:0px solid #E2EBED;
		white-space:nowrap;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:0px;
		padding-right:0px;
		background-color:#FFFFCC;
		border:0px solid #000;
		white-space:nowrap;		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
		white-space:nowrap;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
		white-space:nowrap;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding:2px;
		padding-right:2px;
		background-color:#FFFFCC;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		border-top:0px solid #000000;
		border-bottom:1px solid #000000;
		white-space:nowrap;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding:2px;
		padding-right:2px;
		background-color:#EEEEBB;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		border-top:0px solid #000000;
		border-bottom:1px solid #000000;
		white-space:nowrap;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000000;
	}	
	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding:2px;
		border:0px solid #FFFFCC;
		background-color:#FFFFCC;	
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding:2px;
		background-color:#EEEEBB;
		border:0px solid #000;		
	}

	
	
	
	
	
	
	
	
	
	
	
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}