@charset "ISO-8859-1";
.navBar {
	position:relative;
	left:0px;
	top:0px;
	width:1008px;
	height:43px;
	clear: both;
}
/* ---- */
/* Link */
/* ---- */


#navHomeLink a {
	position:absolute;
	left:0px;
	top:0px;
	width:115px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: 0px 0px;
}
#navAboutLink a {
	position:absolute;
	left:115px;
	top:0px;
	width:163px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -115px 0px;
}
#navFoodLink a {
	position:absolute;
	left:278px;
	top:0px;
	width:184px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -278px 0px;
}

#navCateringLink a {
	position:absolute;
	left:462px;
	top:0px;
	width:171px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -462px 0px;
}
#navEventsLink a {
	position:absolute;
	left:633px;
	top:0px;
	width:237px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -633px 0px;
}
#navContactLink a {
	position:absolute;
	left:870px;
	top:0px;
	width:138px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -870px 0px;
}


/* ---- */
/* Current */
/* ---- */


#navHomeCurrent a {
	position:absolute;
	left:0px;
	top:0px;
	width:115px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: 0px -129px;
}
#navAboutCurrent a {
	position:absolute;
	left:115px;
	top:0px;
	width:163px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -115px -129px;
}
#navFoodCurrent a {
	position:absolute;
	left:278px;
	top:0px;
	width:184px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -278px -129px;
}

#navCateringCurrent a {
	position:absolute;
	left:462px;
	top:0px;
	width:171px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -462px -129px;
}
#navEventsCurrent a {
	position:absolute;
	left:633px;
	top:0px;
	width:237px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -633px -129px;
}
#navContactCurrent a {
	position:absolute;
	left:870px;
	top:0px;
	width:138px;
	height:43px;
	text-indent: -9999px;
	background-image: url(../images/navbar.png);
	background-position: -870px -129px;
}


/* ---- */
/* Hover */
/* ---- */


#navHomeLink a:hover {
	background-position: 0px -43px;
}
#navAboutLink a:hover {
	background-position: -115px -43px;
}

#navFoodLink a:hover {
	background-position: -278px -43px;
}

#navCateringLink a:hover {
	background-position: -462px -43px;
}

#navEventsLink  a:hover {
	background-position: -633px -43px;
}

#navContactLink  a:hover {
	background-position: -870px -43px;
}


/* ---- */
/* Active */
/* ---- */


#navHomeLink a:active {
	
	background-position: 0px -86px;
}
#navAboutLink a:active {
	background-position: -115px -86px;
}

#navFoodLink a:active {
	background-position: -278px -86px;
}

#navCateringLink a:active {
	background-position: -462px -86px;
}

#navEventsLink  a:active {
	background-position: -633px -86px;
}

#navContactLink  a:active {
	background-position: -870px -86px;
}
	
/* ---- */
/* Current Hover */
/* ---- */


#navHomeCurrent a:hover {
	background-position: 0px -43px;
}

#navAboutCurrent a:hover {
	background-position: -115px -43px;
}

#navFoodCurrent a:hover {
	background-position: -278px -43px;
}

#navCateringCurrent a:hover {
	background-position: -462px -43px;
}

#navEventsCurrent  a:hover {
	background-position: -633px -43px;
}

#navContactCurrent  a:hover {
	background-position: -870px -43px;
}


/* ---- */
/* Active */
/* ---- */


#navHomeCurrent a:active {
	
	background-position: 0px -86px;
}
#navAboutCurrent a:active {
	background-position: -115px -86px;
}

#navFoodCurrent a:active {
	background-position: -278px -86px;
}

#navCateringCurrent a:active {
	background-position: -462px -86px;
}

#navEventsCurrent  a:active {
	background-position: -633px -86px;
}

#navContactCurrent  a:active {
	background-position: -870px -86px;