
/* CSS Document */
 
	
	#mainContainer{
		width:850;
		margin:0 auto;
		text-align:left;
	  	background-color: #FFF;     	
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;	
		
	}
	
	#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;   
		height: 20px; 
		margin-top: 4px;

		
		
  /* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px; 
		padding:0px;
			color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
	font-weight: bold;
	
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
	 /*/	   border:1px solid #000;     /*/
	    	background-color:#97db2c;   
		padding:1px;
		opacity:.80;
		filter: alpha(opacity=100); 
		-moz-opacity: 1; 
		
		
		
		
 /* 	width:600px;   */	
		

	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
 
	  	background-color:#2b476f;    
		overflow:visible;
		
		
		
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:1px;
		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{

		text-decoration:none;
		padding-left:5px;
		padding-right:5px;
		
	
	}
	
 
