	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	float:left; 
	width:767px;
	margin-top:15px;
	border-top:1px solid #B3CADF;
	border-bottom:1px solid #B3CADF;
	display:inline;
	padding-bottom:10px;
	background-color: #ffffff;
	}
	#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:0px;
		background-color:#FFF;
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		background-color:#FFF;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #000;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		border:0px solid #E2EBED;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		margin:10px 0 0 35px;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		border:0px solid #E2EBED;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		margin:10px 0 0 35px;
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		color:#427AAE;
		text-decoration:none;
		font-weight: normal;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#427AAE;
		text-decoration:none;
		font-weight: normal;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding:2px;
		border:1px solid #E2EBED;
		width: 200px;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding:2px;
		background-color:#E2EBED;
		border:1px solid #E2EBED;
		width: 200px;
		font:11px Verdana, Arial, Helvetica, sans-serif;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #E2EBED;
		width: 200px;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#E2EBED;
		border:1px solid #E2EBED;
		width: 200px;
	}
	/* 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;
	}	
	
