/* 
	General styles for this example page */
/*	html{
		height:100%;
	}*/
/*	body{
		font-family: Tahoma,Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight: bold;
		text-align:center;
		background-color:#E2EBED;
		height:100%;
	}*/
	
/*	p{
		margin-top:5px;
		margin-bottom:10px;
	}*/
	
	#mainContainer{
			
		margin:0 auto;
		height:20;
		text-align:right;
		background-color: ##8f9766;
		
		padding-left:2px;
		padding-right:2px;
		padding-top:2px;
			
	}
	
	#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;	
		height:20px;
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#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{

		border:0px ;
		/*background-color:#FFF;*/
		
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		
		font-family:arial,verdana,helvetica,sans-serif;
		font-size:12px;
		color:#793F0D;
		border:0px;
		overflow:visible;
		
		

	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px solid #6f7b4a;
		background-color:#7e8752;
		border-top:2px solid #6f7b4a;
	
		text-align: left;
		width:180;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	/*main navigation text */
	#dhtmlgoodies_menu a{
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color:#ffffff;
		text-decoration:none;
		
		font-weight:bold;
	}
			#dhtmlgoodies_menu a:hover{

	color: #e3b801;

	}
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		
		border:0px;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1over{
		
		border:0px;
		
		
	}
	/* style of main navigation */
	#dhtmlgoodies_menu .currentDepth1 a{		
		
		text-decoration:none;
		/*font-weight:bold;*/
	}
	/* style of main navigation om mouseover */
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
	color:#e3b801;
	text-decoration:none;
	font-weight:bold;
	}
	/* style of Level 1 Navigation */
	/* Sub menu depth 1 */
	
	#dhtmlgoodies_menu .currentDepth2{
		
		background-color:#7e8752;
		padding-bottom:2px;
		
		/*border: 1px solid #032830;*/
		border-bottom:2px solid #6f7b4a;
		border-left:2px solid #6f7b4a;
		border-right:2px solid #6f7b4a;
		width:180;
		/*border-top:1px solid #032830;*/
		
	}
	#dhtmlgoodies_menu .currentDepth2over{
		background-color:#7e8752;
		padding-bottom:2px;
		border-bottom:2px solid #6f7b4a;
		border-left:2px solid #6f7b4a;
		border-right:2px solid #6f7b4a;
		width:180;
		
	}	

	#dhtmlgoodies_menu .currentDepth2 a{
		
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #ffffff;
		text-align:left;
		background-color:#7e8752;
		width:180;
		padding-bottom:2px;
	}


	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #e3b801;
		text-align:left;
		background-color:#7e8752;
		width:180;
		padding-bottom:2px;
				
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		background-color:#7e8752;
		
		/*border: 1px solid #032830;*/
		border-bottom::2px solid #6f7b4a;
		border-left::2px solid #6f7b4a;
		border-right::2px solid #6f7b4a;
		width:150;
		
	}
	#dhtmlgoodies_menu .currentDepth3over{
		background-color:#7e8752;
		padding-top:0px;
		padding-right:0px;
		padding-bottom:3px;
		padding-left:0px;
		border-bottom::2px solid #6f7b4a;
		border-left::2px solid #6f7b4a;
		border-right::2px solid #6f7b4a;
		width:150;
		
	}
	
	#dhtmlgoodies_menu .currentDepth3 a{
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #e3b801;
		text-align:left;
		background-color:#7e8752;
		width:150;
	}


	#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules */
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #e3b801;
		text-align:left;
		background-color:##FF9B24;
		width:150;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:0px;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:0px;
	}	