	/* General configuration CSS */
	#dhtmlList_menu img {
	margin: 0px 4px 0px 6px;
	padding: 0px;
	border: 0px;
	}

	#dhtmlList_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlList_menu{	/* Menu object */
		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{
		background: #8A2E30 url(images/longBG.gif) repeat scroll top left ;
		padding:1px;
	}
		
	#dhtmlList_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding: 1px;
		background: #8D2E30 url(../images/topBarBG.gif) repeat-x scroll top left;
		zzzoverflow:visible;
		min-height: 26px;
	}
	#dhtmlList_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
	}
	
	/***********************************************************************
		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: #D8D3C7;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:4px;	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlList_menu .currentDepth1{

		margin-top: 3px;
		padding-top:2px;

		margin-bottom: 4px;
		padding-bottom:3px;


		padding-bottom: 6px;
		padding-left: 6px;
		padding-right: 6px;
		border: 0px;
		height: 16px;
	}

	#dhtmlList_menu .currentDepth1over{

		margin-top: 3px;
		padding-top:2px;

		margin-bottom: 4px;
		padding-bottom:3px;

		padding-left:6px;
		padding-right:6px;
		background-color: #B84242;	
	}
	#dhtmlList_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlList_menu .currentDepth1over a{	/* Text rules */
		color: #EAE2E2;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlList_menu .currentDepth2{
		padding: 3px;
		width: 130px;

	}
	#dhtmlList_menu .currentDepth2over{
		background-color: #B84242;
		width: 130px;
		padding: 3px;
	}

	#dhtmlList_menu .currentDepth2over a{	/* Text rules */
		color: #eeefff;

	}	
	/* Sub menu depth 2 */
	#dhtmlList_menu .currentDepth3{
		padding: 3px;
		width: 150px;
	}
	#dhtmlList_menu .currentDepth3over{
		padding: 3px;
		background-color: #B84242;
		width: 150px;
	}
	/* Sub menu depth 3 */
	#dhtmlList_menu .currentDepth4{
		padding: 3px;
		width: 100px;
	}
	#dhtmlList_menu .currentDepth4over{
		padding: 3px;
		background-color: #B84242;
		width: 100px;
	}	