/* CSS Document */

#Nav {
	padding:0;
	margin:0;
	background:url(images/nav.gif) no-repeat;
	display:table;
	width:764px;
	height:28px;
}
#Nav li {
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}

#Nav li a {
	color:#fff;
	display:block;
	height:28px;
	padding:0;
	margin:0;
}
.NavAbout a {
	width:128px;
}
.NavAbout a:hover {
	background:url(images/nav.gif) no-repeat 0 -28px;
}
.NavProc a {
	width:128px;
}
.NavProc a:hover {
	background:url(images/nav.gif) no-repeat -128px -28px;
}
.NavMedSpa a {
	width:128px;
}
.NavMedSpa a:hover {
	background:url(images/nav.gif) no-repeat -256px -28px;
}
.NavGallery a {
	width:128px;
}
.NavGallery a:hover {
	background:url(images/nav.gif) no-repeat -384px -28px;
}
.NavFinance a {
	width:128px;
}
.NavFinance a:hover {
	background:url(images/nav.gif) no-repeat -512px -28px;
}

.NavContact a {
	width: 124px;
}
.NavContact a:hover {
	background:url(images/nav.gif) no-repeat -640px -28px;
}
