	/* 
	General styles for this example page */
	html{
		height:100%;
	}
	body{
		/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#E2EBED;
		height:100%;*/
	}
	
	p{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;
		background-color: #FFF;
		padding-left:16px;
		padding-right:16px;
		padding-bottom:20px;	
	}
	
	#dhtmlgoodies_menu img{
		border:0px;
		padding:5px;
	}

	/* 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;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;
		width:145px;	/* 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:1px solid #000;*/
		background-color:#2E65A5;
		padding-top:10px;
		color:#99CCFF;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding-left:1px;
		padding-right:0.5em;
		padding-top:5px;
		/*border:1px solid #317082;*/
	background-color:#2F65A5;
		
		/*overflow:visible;*/
		
		color:#99CCFF
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		/*border:1px solid #555;*/
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #FFf;
		text-decoration:none;
		padding-left:5px;
		padding-right:5px;
		font-family:Arial, Verdana, Tahoma;
		font-size:9pt;
	padding-right:5px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		/*border:1px solid #E2EBED;*/
		color:#99CCFF;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#2F65A5;		
		font-family:Arial, Verdana, Tahoma;
		font-size:9pt;
		padding-top:5px;
		color:#99CCFF
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		padding-left:5px;
		padding-right:5px;
		background-color:#2F65A5;		
		font-family:Arial, Verdana, Tahoma;
		font-size:9pt;
		color:#fff00;
		font-weight:bold;
		position:relative;
		top:-2px;
		
	}
	
	#dhtmlgoodies_menu .currentDepth2 a{
		font-weight:bold;
		color:#ff0000;
		text-align:left;
		position:relative;
		left:-2px;
		
	}
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		/*border:1px solid #FFF;*/
		color:#000;
		background-color:#FFf;
		border-bottom:1px solid #FF0000;
		width:150px;
		text-align:left;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		background-color:#336699;
		border-bottom:1px solid #FFf;
		font-weight:bold;
		color:#fff;
		text-align:left;
		position:relative;
		left:-2px;width:150px;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		font-weight:bold;
		color:#fff;
		text-align:left;
		position:relative;
		left:-2px;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:15px;
		border-bottom:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:12px;
		background-color:#2E65A5;
		border-bottom:1px solid #FFffff;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#2E65A5;
	}	
	.cls{padding-top:10px;}

#dhtmlgoodies_listItem0{
background-color:#DBC500;
height:35px;}
