/* HORIZONTAL FREESTYLE MENU LAYOUT */
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist ul a {
	float: left;
}
.menulist ul ul a {
	float: none;
}
/* \*/
.menulist ul a {
	float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}

* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */