	#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;
		width: 776px;
		_width: 777px;
		line-height:20px;
		height: 20px;
		margin-top: -2px;
		float: left;
		margin-left: 1px;
		_margin-left: 0px;
		display: block;
	}
	html>body #dhtmlgoodies_menu{
		height: 22px;
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
		text-align: center;
	}	
	#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{
		background: #FFF;
		margin-left: -1px;
		margin-top: 2px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		background: url(../images/nav_bg.gif);
		
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #555;
	}
	
	/***********************************************************************
		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;
		font-weight: bold;
		font-family: Arial, san-serif;
		text-decoration:none;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		
	}
	#dhtmlgoodies_menu .currentDepth1over{
			
	}
	
	
	#dhtmlgoodies_menu .currentDepth1 a{
		color:#FFF;
		font-size: 1em;
		border-right: 1px solid #000000;
		/*width: 125px;*/
		padding: 0 24px;		
		display: block;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-size: 1em;
		/*width: 125px;*/
		padding: 0 24px;
		display: block;
		text-decoration: none;
		border-right: 1px solid #000000;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-left: 2px;
		width: 167px;
		text-align: left;
		font-weight: bold;
		font-family: Arial, san-serif;
		font-size: 1.1em;
		height:21px;
		line-height: 21px;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		background:#F0F0F0;
		width: 167px;
		padding-left: 2px;
		height:21px;
		line-height: 21px;
		text-align: left;
		font-size: 1em;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
		text-align: left;
		font-weight: bold;
		font-family: Arial, san-serif;
		font-size: 1.2em;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background:#EDE3EB;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background:#EBEDE3;
		border:1px solid #000;
	}	
