/* Start of CMSMS style sheet 'BNB - Menu' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
/* insure full width */
	width: 500px;
	height: 50px;
	margin: 33px 0px 0px 30px;
}
div#menu_horiz ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}
/* menu list items */
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
	display: block;
}

/* the links, that is each list item */
div#menu_horiz a {
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 0px 0px 0px 0px;
/* still no margin */
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}

/* End of 'BNB - Menu' */

