
/* SIDE MENU */
#dhtmlgoodies_menu{
	margin:0px;
	padding:0px;
	margin-left:10px;
	width:153px;	/* 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:hidden;
}

#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
	color:#000;	/* 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:#F1F1F1;
	padding-left:3px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	line-height:25px;	/* Height of menu links */
}
#dhtmlgoodies_menu li div{
	float:left;

}
