	#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:175px;	/* Width of main menu */
		background-color: #000000;	/* Blue background */
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
		background-color: #000000;	/* Blue background */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
		margin: 3px 10px 5px 10px;
		background-color: #000000;	/* Blue background */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
		background-color: #000000;	/* Blue background */
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		white-space:nowrap;	/* No line break */
		background-color: #000000;	/* Blue background */
		padding-left: 28px;
		padding-right: 28px;
		border:1px solid #BBBBBB;
		font-family: 'Arial','Verdana'; 
		font-style: normal; 
		font-variant: normal; 
		font-weight: bold; 
		font-size: 13px; 
		line-height: normal; 
		font-size-adjust: none; 
		font-stretch: normal;
		text-decoration: none; 
		color: rgb(0, 255, 0);
		text-align:center;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		background-color: #000000;
		color: rgb(0, 255, 0);
	}
	.dhtmlgoodies_subMenu{
		background-color: #000000;
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000;
		font-family:arial;
		text-align:left;
		color: rgb(0, 255, 0);
	}
	.dhtmlgoodies_subMenu ul{
		background-color: #000000;
		margin:0px;
		padding:0px;	
		color: rgb(0, 255, 0);
	}
	.dhtmlgoodies_subMenu ul li{
		background-color: #000000;
		border:1px solid #BBBBBB;
		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 )*/
		color: rgb(0, 255, 0);
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		background-color: #000000;	/* Blue background */
		color:#FFFFFF;	/* Black text color */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		font-weight:bold;	/* No underline */
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:2px;	/* 1px of "air" inside */
		spacing:2px;	/* 1px of "air" inside */
		display:block;	/* Display as block - you shouldn't change this */
		width:160px;	/* Width of main menu */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		background-color: #000000;	/* Blue background */
		color: rgb(0, 255, 0);
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		font-weight:bold;	/* No underline */
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:2px;	/* 1px of "air" inside */
		spacing:2px;	/* 1px of "air" inside */
		display:block;	/* Display as block - you shouldn't change this */
		width:160px;	/* Width of main menu */
	}
