	.menu2 {
	background: #d0d8d5;
	padding-left: 200px;	
	color: white;
	}
	.menu2 a {color: white;}
	#dhtmlgoodies_menu img{
		display:none;		
	}

	/* 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;					
		color:white;
		width: 500px;
		background: #5f897b;
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */ 
		background: #5f897b;
		padding: 5px;
	}	

	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		padding:0;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
	}
	
	#dhtmlgoodies_menu .currentDepth1 a{
		margin-right:5px;
		padding:2px 3px;
		font-size: 15px;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */	
		text-decoration:none;		
		margin-right:5px;
		padding:2px 3px;
		color: black !important;
		font-size: 15px;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		padding-left:2px;
		padding-right:2px;
	}
	#dhtmlgoodies_menu a:hover{
		text-decoration:none;
		color: white;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding:3px 3px 3px 20px;
		background:url(http://www.textile.gogins.ru/pics/menu_list.gif) no-repeat 4px 5px #95b4aa;
		border-bottom:1px solid white;
		color: white;
		font-size:14px;		
		
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding:3px 3px 3px 20px;
		background:url(http://www.textile.gogins.ru/pics/menu_list.gif) no-repeat 4px 5px #95b4aa;
		border-bottom:1px solid white;
		color: white;
		font-size:14px;
		
	}			