/* MENU */

.menuWrapper {
	position:absolute;
	z-index:2;
	background-color:#000;
	background-image: url(../images/headers.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	top:122px;
	height:30px;
	line-height:30px;
	width:100%; /* color:#fff; font-size:24px; font-weight: bold; */
}

#menu {
	width:100%;
	z-index: 2;
	white-space:none;
	vertical-align:bottom;
}

* html #menu {padding: 0; margin:0;}

#menu ul {
	list-style: none;
	border-left: 0px solid #333; /* left border */
	border-right: 0px solid #333; /* right border */
	width: 100%;
	text-align: center;
	vertical-align:middle;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited, #menu a:active {
	background: url(../images/headers.png) repeat-x;
	padding: 3px 15px;
	font-size: 16px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	line-height:22px; /* Internet Explorer */
	height:30px; /* Firefox */
}

#menu a:hover {
	background: url(../images/headersHover.png) repeat-x;
	padding: 3px 15px;
	font-size: 16px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	line-height:22px; /* Internet Explorer */
	height:30px; /* Firefox */
}