#menuContainer1 {
	position: absolute; 
	top: 77px; left: 0px; 
	display: block; 
	width: 100%;
}

#menuContainer2 {
	width: 798px; 
	height: 20px;
	margin: auto;
}

#dhtmlList_menu {
	padding: 3px 0px 0px 2px;
}

	/* General configuration CSS */
	
	#dhtmlList_menu {
	font-size: 10pt;
	}

	#dhtmlList_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlList_menu{
		visibility:hidden;	
	}
	#dhtmlList_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlList_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlList_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlList_menu ul{
		border:1px solid #000;
		padding: 1px;
	}
		
	#dhtmlList_menu ul.menuBlock1{	/* Menu bar - main menu items */
		padding: 2px;
		border: 0px;
		background-color: transparent;
		overflow:visible;
	}
	#dhtmlList_menu ul.menuBlock2{	/* Menu bar - main menu items */
		padding: 5px 3px 5px 3px;
		background: #EF3F35;
		border-top : 0px;
		border-left :2px solid #581E00;
		border-right :2px solid #581E00;
		border-bottom :2px solid #581E00;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlList_menu a{
		color: #efefef;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlList_menu .currentDepth1{
		padding-left:8px;
		padding-right:8px;
		padding-top: 1px;
		padding-bottom: 1px;
		height: 19px;
		background: transparent url(images/devide.gif) no-repeat scroll top left;
	}

	#dhtmlList_menu .currentDepth1over{
		padding-left:6px;
		padding-right:8px;
		padding-top: 1px;
		padding-bottom: 1px;
		background: #EF3F35;
		height: 19px;
		border-left: 2px solid #581E00;
	}
	#dhtmlList_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlList_menu .currentDepth1over a{	/* Text rules */
		color:#fcfcfc;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlList_menu .currentDepth2{
		padding-right:2px;
		padding-top: 4px;
		padding-bottom: 5px;
		font-weight: bold;
		width: 220px;
		text-align: left;
	}
	#dhtmlList_menu .currentDepth2over{
		padding-right:2px;
		padding-top: 4px;
		padding-bottom: 5px;
		background-color: #581E00;
		font-weight: bold;
		width: 220px;
		text-align: left;
	}	

	#dhtmlList_menu .currentDepth2 a, #dhtmlList_menu .currentDepth2 a{
	color: #4C1313;
	}

	/* Sub menu depth 2 */

	#dhtmlList_menu .currentDepth3{
		padding: 2px 2px 2px 6px;
		margin: -2px; 
		border: 2px solid #111111;
		background-color: #EF4F36;
		text-align: left;
		width: 150px;
	}

	#dhtmlList_menu .currentDepth3over{
		padding: 2px 2px 2px 6px;
		margin: -2px; 
		border: 2px solid #111111;
		background-color: #581E00;
		text-align: left;
		width: 150px;
	}



	/* Sub menu depth 3 */

	#dhtmlList_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #fcfcfc;
	}
	#dhtmlList_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}	
