
/* General configuration CSS */
#dhtml_menuObjContainer
{
	display:none;
}
#dhtml_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
	background-color:#3fabd9;
	}
#dhtml_menu{
	visibility:hidden;
	margin-left:3px;
	margin-right:3px;
	}
#dhtml_menu ul{
	margin:0px;	/* No indent */
	padding:0px;	/* No indent */
	}
#dhtml_menu li{
	list-style-type:none;	/* No bullets */
	height:26px;	/* allow for padding in #dhtml_menu .currentDepth1*/
	border-left:solid 1px #e7e5e3;
	
	}	
#dhtml_menu a{
	margin:0px;
	color: #ffffff;
	text-decoration:none;
	padding-left:0px 2px;
	}
#dhtml_menu li:hover{
	background-color:#666666;
	color:#ffffff;
}
/* End general configuration CSS */
	
/* Cosmetic */
/***********************************************************************
CSS - MENU BLOCKS
General rules for all menu blocks (group of sub items) 
***********************************************************************/
#dhtml_menu ul
{
	text-align:left;
}

#dhtml_menu ul.menuBlock1{	/* Menu bar - main menu items */
	padding:0px;
	background-color:#3fabd9;
	overflow:visible;
	}
#dhtml_menu ul.menuBlock2{	/* Menu bar - main menu items */
	padding:0px;
	width:200px;
	background-color:#3fabd9;
	border:solid 1px #dddddd;
	border-top-color:#ffffff;
	color:#000000;
	}
#dhtml_menu ul.menuBlock2 ul{	
	}
#dhtml_menu ul.menuBlock2 li{
	border:0px;
	padding-left:10px;
	height:22px;
	}
/***********************************************************************
	CSS - MENU ITEMS
	 Here, you could assign rules to the menu items at different depths.
***********************************************************************/
	
/*
Main menu items 
*/
#dhtml_menu .currentDepth1, #dhtml_menu .currentDepth1over{
	padding:3px 5px 1px 5px;
	height:22px;
	width:99px;
	text-align:center;
	font-weight:bold;
}
#dhtml_menu .currentDepth1over{
	}
#dhtml_menu .currentDepth1 a
{
	}
#dhtml_menu .currentDepth1over a{	/* Text rules */
	color:#FFFFFF;
	}

/* Sub menu depth 1 */
#dhtml_menu .currentDepth2,#dhtml_menu .currentDepth2over{
	padding-right:2px;
	}

#dhtml_menu .currentDepth2over{
	background-color:#666666;
	color:#3fabd9;
	}	
#dhtml_menu .currentDepth2over a{	/* Text rules */
	color:#ffffff;
	
	}	
/* Sub menu depth 2 */
#dhtml_menu .currentDepth3,#dhtml_menu .currentDepth3over{
	margin-left:165px;
	width:140px;
	border:1px solid #3fabd9;
	background-color: #3fabd9;
	}
#dhtml_menu .currentDepth3over{
	background-color:#3fabd9;
	}
#dhtml_menu .currentDepth3over{
	background-color:#3fabd9;
	}
	