	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul
	{
	display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu
	{
	visibility:hidden;	
	float:left; 
	width:727px;
	height: 23px;
	line-height: 23px;
	margin-bottom:5px;
	padding-left: 10px;
	border: 0px;
	display:inline;
	}
	#dhtmlgoodies_menu ul
	{
	margin:0px;	/* No indent */
	padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li
	{
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No indent */
	padding:0px;	/* No indent */
	}	
	#dhtmlgoodies_menu a
	{
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul
	{
	}
		
	#dhtmlgoodies_menu ul.menuBlock1
	{
	text-align: center;
	margin: auto;
	}
	#dhtmlgoodies_menu ul.menuBlock2
	{
	background-color: #002248;
	opacity: .9;
	filter: alpha(opacity=90);
	width: 180px;
	}
	
	/***********************************************************************
		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;
	color: #ffffff;
	font-weight: bold;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1
	{
	}
	#dhtmlgoodies_menu .currentDepth1over
	{
	}
	#dhtmlgoodies_menu .currentDepth1 a
	{
	display: block;
	color: #ffffff;
	}
	#dhtmlgoodies_menu .currentDepth1 a.active
	{
	display: block;
	color: #005a8c;
	}
	#dhtmlgoodies_menu .currentDepth1over a
	{
	display: block;
	color: #005a8c;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2
	{
	}
	#dhtmlgoodies_menu .currentDepth2 a
	{
	margin: 5px;
	}
	#dhtmlgoodies_menu .currentDepth2over
	{
	}	
	#dhtmlgoodies_menu .currentDepth2over a
	{
	margin: 5px;
	}	

	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3
	{
	}
	#dhtmlgoodies_menu .currentDepth3over
	{
	}
	
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4
	{
	}
	#dhtmlgoodies_menu .currentDepth4over
	{
	}	
	