.menuHolder {
	position:relative;
	width:954px;
	height:100px;
	background:url(../layout-images/menu/menu_bg.png) no-repeat;
	background-position:241px 0px;
	/*top:122px; /* take this off */
}

#loginHolder {
	position:relative;
	float:right;
	background:url(../layout-images/login_bg.png) no-repeat;
	width:194px;
	height:100px;
}

#loggedinHolder {
	position:relative;
	float:right;
	background:url(../layout-images/login_bg.png) no-repeat;
	width:174px;
	height:75px;
	padding:25px 0px 0px 20px;
}

#nlcMenu {
	position:relative;
	margin:0;
	padding:0;
	width:519px;
	float:left;
	top:47px;
}

#nlcMenu span {
	display:none;
}


#nlcMenu li {
	display:inline;
	list-style-type:none;
}

.menuButton {
	float:left;
	background-repeat: no-repeat;
	background-position:0 0;
	height:22px;
}


.menuButton:hover {
	background-position: 0 -22px;
	border:none;
}

.menu-register {
	width:78px;
	background:url(../layout-images/menu/register_btn.gif) no-repeat;
}

.menu-recruiting {
	width:93px;
	background:url(../layout-images/menu/recruiting_btn.gif) no-repeat;
}
	
.menu-faq {
	width:68px;
	background:url(../layout-images/menu/faq_btn.gif) no-repeat;
}

.menu-combine {
	width:81px;
	background:url(../layout-images/menu/combine_btn.gif) no-repeat;
}

.menu-schools {
	width:114px;
	background:url(../layout-images/menu/schools_btn.gif) no-repeat;
}

.menu-team {
	width:85px;
	background:url(../layout-images/menu/team_btn.gif) no-repeat;
}

#register .menu-register {
	background-position:0 -22px;
}
