	/* CSS Document */
	/* 
	General styles for this example page */	
	#mainContainer{
		width:93%;
		margin:0px;
		text-align:left;
		background-color: #FFF;
		padding-left:16px;
		padding-right:16px;
	}
	
	#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{
		visibility:hidden;	
	}
	
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}
			
	#dhtmlgoodies_menu a{
		color: #CC0000;
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
	}
	
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		background-color:#FFF;
		margin:0px;
		padding:0px;
		border:0px
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		background-color:#EEEEEE;
		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{
		padding-left:10px;
		padding-right:10px;
		margin:0px;
		background-color:#EEEEEE;
		border-right: 1px solid #FFF;
	}
	
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:10px;
		padding-right:10px;
		margin:0px;
		background-color:#CC0000;
		border-right: 1px solid #FFF;
	}
	
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		background-color:#EEEEEE;
	}
	
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color:#CC0000;
	}
	
	#dhtmlgoodies_menu .currentDepth2 a{	/* Text rules */
		font-weight:600;
	}		
	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#FFFFFF;
		font-weight:600;
	}	