	#mainContainer
	{
		width:660px;
		height:18px;
		margin:0px;
		text-align:left;
		background-color: white;
		padding:0px;	
		border:none;
	}
	
	#dhtmlgoodies_menu img{
		border:0px;
	}

	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu {
		visibility:hidden;	
	}

	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/

	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
		border:none;
		background-color:white;
		padding:1px;
		color:black;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1
	{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:none;
		background-color:white;
		color:black;
	}
	
	#dhtmlgoodies_menu ul.menuBlock2
	{	
		border:1px black solid;
		background-color:#F34E00;
		overflow:visible;
		color:white;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#dhtmlgoodies_menu ul.menuBlock3
	{	
		border:1px black solid;
		background-color:#FF6600;
		overflow:visible;
		color:white;
		padding-top:5px;
		padding-bottom:5px;
	}	
	
	#dhtmlgoodies_menu ul.menuBlock4
	{	
		border:1px black solid;
		background-color:#FF9900;
		overflow:visible;
		color:white;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	
	#dhtmlgoodies_menu a
	{
		font-family: Verdana, Arial, Helvetica;
		font-size:10px;
		color: white;
		text-decoration:none;
		padding-left:1px;
		padding-right:1px;
		font-weight: bold;
		Border:none;

	}
		
	
	#dhtmlgoodies_menu .currentDepth1 
	{
		color: black;
		width:106px;
		background-color:#EEEDEE; 
		font-size:10px;
		font-weight: bold;
		border:1px #d0d0d0 solid;
		padding-left:1px;
		padding-right:1px;
		padding-top:4px;
		padding-bottom:4px;
		text-align:center;
	}
	
	#dhtmlgoodies_menu .currentDepth1over
	{
		color: black;
		width:106px;
		background-color:#EEEDEE; 
		font-size:10px;
		font-weight: bold;
		border:1px #d0d0d0 solid;
		padding-left:1px;
		padding-right:1px;
		padding-top:4px;
		padding-bottom:4px;
		text-align:center;
		text-decoration:underline;
		
	}

	#dhtmlgoodies_menu .currentDepth1 a
	{
		color: black;
		text-decoration:none;
	}
	#dhtmlgoodies_menu .currentDepth1over a
	{	/* Text rules */
		color: black;
		text-decoration:underline;
	}
	
	
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu .currentDepth2 a
	{
		text-decoration:none;

	}
	#dhtmlgoodies_menu .currentDepth2over a
	{	/* Text rules */
		text-decoration:underline;

	}

	
	

	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu .currentDepth3over
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu .currentDepth3 a
	{
		text-decoration:none;
	}
	#dhtmlgoodies_menu .currentDepth3over a
	{	/* Text rules */
		text-decoration:underline;
	}
	
	

	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu .currentDepth4over
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu .currentDepth4 a
	{
		text-decoration:none;
	}
	#dhtmlgoodies_menu .currentDepth4over a
	{	/* Text rules */
		text-decoration:underline;
	}	
