/* 
	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{
		width:670px;
		/*background-color: #FEA44B;*/
		padding-left:0px;
		padding-right:0px;
		padding-top:0px;	
		padding-bottom:0px;	
	}
	
	#dhtmlgoodies_menu img{
		border:1px;
	}

	/* 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:1px ;
		/*background-color:#FFFFFF;*/
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		
		font-family:arial,verdana,helvetica,sans-serif;
		font-size:13px;
		color:#3B2B23;
		font-weight:bold;
		border:0px;
		overflow:visible;
		padding-top:1px;
		padding-bottom:1px;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px solid #3B2B23;
		padding:2px;
		padding-top:0px;
		text-align: left;
	}
	
	/***********************************************************************
		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:#3B2B23;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:0px;
		padding-right:5px;
		padding-top:4px;
		padding-bottom:3px;
		border:0px;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:0px;
		padding-right:5px;
		border:0px;
		padding-top:4px;
		padding-bottom:3px;
		
	}
	/* style of main navigation */
	#dhtmlgoodies_menu .currentDepth1 a{		
		
		text-decoration:none;
		font-weight:bold;
	}
	/* style of main navigation on mouseover */
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
	color:#A35E3B;
	text-decoration:underline;
	font-weight:bold;
	}
	/* style of Level 1 Navigation */
	/* Sub menu depth 1 */
	
	#dhtmlgoodies_menu .currentDepth2{
		
		background-color:#FFFFFF;
		padding-top:5px;
		padding-right:0px;
		padding-bottom:3px;
		padding-left:0px;
		border:1px solid #3B2B23;
		text-decoration:none;
		width:175px;
		
	}
	#dhtmlgoodies_menu .currentDepth2over{
		background-color:#FFFFFF;
		padding-top:5px;
		padding-right:0px;
		padding-bottom:3px;
		padding-left:0px;
		border:1px solid #3B2B23;
		text-decoration:none;
		width:175px;
	
	}	

	#dhtmlgoodies_menu .currentDepth2 a{
		
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #3B2B23;
		text-align:left;
		text-decoration:none;
		width:175px;
		/*background-color:#FDB166;*/
	}


	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #A35E3B;
		text-align:left;
		text-decoration:underline;
		width:175px;
		/*background-color:#FDB166;*/
				
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		background-color:#FFFFFF;
		padding-top:5px;
		padding-right:0px;
		padding-bottom:3px;
		padding-left:0px;
		border:1px solid #3B2B23;
		text-decoration:none;
		width:175px;
		
	}
	#dhtmlgoodies_menu .currentDepth3over{
		background-color:#FFFFFF;
		padding-top:5px;
		padding-right:0px;
		padding-bottom:3px;
		padding-left:0px;
		border:1px solid #3B2B23;
		text-decoration:none;
		width:175px;
	}
	
	#dhtmlgoodies_menu .currentDepth3 a{
		
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #3B2B23;
		text-align:left;
		text-decoration:none;
		width:175px;
	}


	#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules */
		
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #A35E3B;
		text-align:left;
		text-decoration:underline;
		width:175px;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:0px;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#FFFFFF;
		border:0px;
	}	
