
	#dhtmlgoodies_menus{	/* Menu object */
		margin:0px;
		padding:1px;
		width:142px;	/* Width of menu */
		background-color:#000033;
	}
	#dhtmlgoodies_menus li{
		margin-top:1px;	/* Space between each menu item */
		width:140px;
		
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
	}
	
	#dhtmlgoodies_menus li a{	/* Text rules for the menu items */
		color:#FFF;	/* 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:0.7em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#000033;
		padding-left:2px;
		line-height:25px;	/* Height of menu links */

	}
	#dhtmlgoodies_menus li div{
		float:left;

	}