	/* 
	General styles for this example page */
	
	#dhtmlgoodies_menu{
		visibility:hidden;
		margin:0;
	}
	/* 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 ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{
		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:none;
		padding:0px;
	}
	
	#dhtmlgoodies_menu ul li  {
		border:none;
		padding:0px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		padding:0px;
		border:none;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		padding:0px;
		border:none;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		text-decoration:none;
		padding:0px;
		margin:0px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		font-size: 12px;
		padding:5px 11px 10px 11px;
		border:none;
		background-image: url(../images/dott.gif);
		background-repeat: no-repeat;
		background-position:0px center;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		font-size: 12px;
		padding:5px 11px 10px 11px;
		border:none;
		background-image: url(../images/dott.gif);
		background-repeat: no-repeat;
		background-position:0px center;
	}
	
	#dhtmlgoodies_menu .currentDepth1 a{
		color:#fff;
		font-weight:bold;
		text-decoration: none;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#a9d0ff;
		font-weight:bold;
		text-decoration: underline;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		color:#FFF;
		padding:10px 20px 10px 15px;
		border-top:1px solid #3583c7;
		background-color:#1e4982;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		color:#FFF;
		padding:10px 20px 10px 15px;
		border-top:1px solid #3583c7;
		background-color:#1e4982;
	}	
	#dhtmlgoodies_menu .currentDepth2 a{	/* Text rules */
		color:#a9d0ff;
	}
	#dhtmlgoodies_menu .currentDepth2over a{
		color:#FFF;
	}	
	/* Sub menu depth 2 */
	
	
	
