#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:230px;	/* 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;	
	}
	
	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		color:#375F7F;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:11px;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#bbdaf3;
		padding-left:5px;
		line-height:25px;	/* Height of menu links */
		font-size: 11px;
		width: 221px !important;
		margin-top:2px !important;
		_margin-top:-5px !important		
	}
	#dhtmlgoodies_menu li div{
		float:left;
		background-color:#bbdaf3;		
		margin-top:2px !important;
		_margin-top:-5px !important
	}
