/* Start of CMSMS style sheet 'menu_horiz' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}

div#menu_horiz {
	margin: 0;
}

div#menu_horiz ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
     /* padding-top: 20px; */
}

div#menu_horiz li {
	float: left
	list-style: none;
	margin: 0;
}
/* End of 'menu_horiz' */

