	#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:150px;	/* Width of menu */
	}
	#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */
		
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
	}
	
	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		color:#000000;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Veranda, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		/*font-size:0.7em;	 Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#FFFFFF;
		padding-left:3px;
		line-height:12px;	/* Height of menu links */

	}
	#dhtmlgoodies_menu li div{
		float:left;

	}



	
