

	#dhtmlMenu ul li ul{
		display: none;	/* Needed to display ok in Opera */
	}

	#dhtmlMenu{
		visibility: hidden;
		position: relative; top: 8px; left: 10px; z-index: 9;
		padding: 0;
	}
	#dhtmlMenu ul{
		margin: 0;	/* No indent */
		padding: 0;	/* No indent */
		position: relative; top: 0; left: 0;
	}
	#dhtmlMenu li{
		list-style-type: none;	/* No bullets */
	}
	#dhtmlMenu a{
		margin: 0;
	}
	/* End general configuration CSS */


	/* Cosmetic */

	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items)
	***********************************************************************/
	#dhtmlMenu ul {
		background: none;
	}

	#dhtmlMenu ul.menuBlock1{	/* Menu bar - main menu items */
		border-width: 0;
		overflow:visible;
	}

	#dhtmlMenu ul.menuBlock2{	/* Menu bar - main menu items */
		margin: 1px 0 0 0; padding: 5px;
		border-bottom: 1px solid #C8C8C8;
		background: #E5E5E5;
	}

	#dhtmlMenu ul.menuBlock3, #dhtmlMenu ul.menuBlock4, #dhtmlMenu ul.menuBlock5{	/* Menu bar - main menu items */
		margin: 1px 0 0 0; padding: 5px;
		border: 1px solid #C8C8C8;
		border-width: 0 0 1px 1px;
		background: #E5E5E5;
	}

	/***********************************************************************
		-moz-opacity:0.8;
		filter: alpha(opacity=80); FA6F12
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlMenu a{
		color: #787878;
		text-decoration: none;
	}

	/*
	Main menu items
	*/
	#dhtmlMenu .currentDepth1{

	}
	#dhtmlMenu .currentDepth1over{

	}
	#dhtmlMenu .currentDepth1 a{
		display: block; color: #ffffff; font-size: 16px; font-weight: normal;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:8px;
	}
	#dhtmlMenu .currentDepth1over a{	/* Text rules */
		display: block; color: #ffffff; font-size: 16px; font-weight: normal; text-decoration: underline;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:8px;
	}


	/* Sub menu depth 1 */
	#dhtmlMenu .currentDepth2{
	  display: block;
	}
	#dhtmlMenu .currentDepth2over{
	  display: block;
	}
	#dhtmlMenu .currentDepth2 a, #dhtmlMenu .currentDepth2 a:hover,
	#dhtmlMenu .currentDepth3 a, #dhtmlMenu .currentDepth3 a:hover,
	#dhtmlMenu .currentDepth4 a, #dhtmlMenu .currentDepth4 a:hover,
	#dhtmlMenu .currentDepth5 a, #dhtmlMenu .currentDepth5 a:hover {
	  display: block; margin: 1px; background: none; padding: 4px;
	}
	#dhtmlMenu .currentDepth2over a, #dhtmlMenu .currentDepth2over a:hover,
	#dhtmlMenu .currentDepth3over a, #dhtmlMenu .currentDepth3over a:hover,
	#dhtmlMenu .currentDepth4over a, #dhtmlMenu .currentDepth4over a:hover,
	#dhtmlMenu .currentDepth5over a, #dhtmlMenu .currentDepth5over a:hover {	/* Text rules */
	  display: block; margin: 1px; background: none; text-decoration: underline; padding: 4px;
	}


