.menuBtn {
	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}

a.shortcutBtn.active {
	font-weight: 600;
}
#shortcut > .menu > a:hover {
	font-weight: 600;
}

.section {
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


#shortcut.menu {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	padding:30px 0;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
#shortcut {
	position: fixed;
	height: 42px;
	z-index: 40;
	width: auto;
	min-width: 992px;
	margin-top:86px;
	margin-left: -24px;
/*	background:	url(../images/shortcut.gif) 0 1px no-repeat !important;*/
}

#shortcut .inner {
	padding:0;
	font-weight: 400;
}

a.shortcutBtn {
	display: block;
	height: 37px;
	float: left;
	margin: 3px 0px 0 1px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	padding: 0px 4px 0 5px;
	text-align: left;
	border-left: 1px solid #00993b;
	color: #00993b;
}


/* SECTIONS */
.s1 {
	min-height: 50px;
}

.s2 {
	min-height: 50px;
}

.s3 {
	min-height: 50px;
}

.s4 {
	min-height: 50px;
}

.s5 {
	min-height: 50px;
}

