	
	#dhtmlgoodies_menu{		
		/* background-color: #2B64A9; */
		font-family: Tahoma;
		color: #FFFFFF;
		font-size: 8pt;
		width:126px;	/* Width of main menu */
		text-align: left;
		

	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
		
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
		
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
		
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#FFFFFF;	/* White text color */		
		height:21px;	/* 21 pixel height */
		line-height:21px;	/* 21 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		
		background-color: #798f51;	/* Light blue background color */
		margin-bottom:3px;	/* A little bit of air */
		margin-left:2px;	/* A little bit of air */
		padding-left: 3px;	/* Air between border and text inside */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFFFFF;
		/* background-color: #2B64A9; */
		

	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		border:1px solid #FFFFFF;
		background-color: #798f51;
		font-family:Tahoma;			
		overflow:hidden;
		
		
	}
	.dhtmlgoodies_subMenu ul{
		width:130px;

		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
		
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		text-decoration:none;	/* No underline */
		white-space:nowrap;	/* No line break */
	
		color:#FFFFFF;	/* White text color */		
		height:21px;	/* 21 pixel height */
		line-height:21px;	/* 21 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		
		background-color: #798f51;	/* Light blue background color */
		padding-left: 3px;	/* Air between border and text inside */
		padding-right: 3px;
		display:block;
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFFFFF;	/* White text */
		
		/*background-color:#2B64A9;	 Blue background */
	}


