/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
/* background color for the entire menu row */
background: white;
  background: rgba(255, 255, 255, 0.90);
	width: 100%;
	margin: 0;
}
div#menu_horiz ul {
background: white;
  background: rgba(255, 255, 255, 0.90);
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
/* menu list items */
div#menu_horiz li {
/* makes the list horizontal */
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
width:20%;
}
/* the links, that is each list item */
div#menu_horiz a, div#menu_horiz h3 span, div#menu_horiz .sectionheader span {
/* 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;
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: #000;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}

/* Stylesheet: Navigation: Simple - Horizontal Modified On 2012-12-13 16:31:04 */
