/*This next section lays out the format for the horizontal main menu*/
.menuBar img {
	margin-top: 1px;
}

.menuBar {
	width: 950px;
	height: 25px;
	background-image:url(../images/menu/menu_back.gif);
	background-repeat:repeat-x;
	z-index:100;
	padding-bottom:10px;
	}
	

