/* 
	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{
		height:20px;
		width:912px;
		margin:0 auto;
		background-color: #9a9865;
		padding-left:0px;
		padding-right:0px;
		padding-top:2px;	
		padding-bottom:6px;			
	}
	
	#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;*/
		padding:1px;		align:right;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		
		font-family:Times New Roman, Times, serif;
		font-size:12px;
		color:#000000;
		border:0px;
		overflow:visible;
		padding-top:1px;
		padding-bottom:1px;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px solid #000000;
		padding:2px;
	}
	
	/***********************************************************************
		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:Times New Roman, Times, serif;
		font-size: 13px;
		color:#ffffff;
		text-decoration:none;
		text-transform:uppercase;
		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 om mouseover */
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
	color:#323118;
	text-decoration:none;
	font-weight:bold;
	}
	/* style of Level 1 Navigation */
	/* Sub menu depth 1 */
	
	#dhtmlgoodies_menu .currentDepth2{
		
		background-color:#F0EED9;
		padding-top:3px;
		padding-right:0px;
		padding-bottom:3px;
		padding-left:0px;
		/*border: 1px solid #032830;*/
		border-bottom:1px solid #a36c24;
		border-left:1px solid #a36c24;
		border-right:1px solid #a36c24;
		/*border-top:1px solid #032830;*/
		
	}
	#dhtmlgoodies_menu .currentDepth2over{
		background-color:#F0EED9;
		padding-top:3px;
		padding-right:0px;
		padding-bottom:3px;
		padding-left:0px;
		border-bottom:1px solid #a36c24;
		border-left:1px solid #a36c24;
		border-right:1px solid #a36c24;
		
	}	

	#dhtmlgoodies_menu .currentDepth2 a{
		
		font-family:Times New Roman, Times, serif;
		font-size: 12px;
		font-weight:normal;
		text-transform:capitalize;
		color: #323118;
		text-align:left;
		background-color:#F0EED9;
	}


	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		font-family:Times New Roman, Times, serif;
		font-size: 12px;
		font-weight:normal;
		text-transform:capitalize;
		color: #a36c24;
		text-align:left;
		background-color:#F0EED9;
				
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		background-color:#F0EED9;
		padding-top:3px;
		padding-right:0px;
		padding-bottom:3px;
		padding-left:0px;
		border-bottom:1px solid #a36c24;
		border-left:1px solid #a36c24;
		border-right:1px solid #a36c24;
		
	}
	#dhtmlgoodies_menu .currentDepth3over{
		background-color:#F0EED9;
		padding-top:3px;
		padding-right:0px;
		padding-bottom:3px;
		padding-left:0px;
		border-bottom:1px solid #a36c24;
		border-left:1px solid #a36c24;
		border-right:1px solid #a36c24;
		
	}
	
	#dhtmlgoodies_menu .currentDepth3 a{
		font-family:Times New Roman, Times, serif;
		font-size: 12px;
		font-weight:normal;
		color: #323118;
		text-align:left;
		background-color:#F0EED9;
	}


	#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules */
		font-family:Times New Roman, Times, serif;
		font-size: 12px;
		font-weight:normal;
		color: #a36c24;
		text-align:left;
		background-color:#F0EED9;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:0px;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#F0EED9;
		border:0px;
	}	