#nav-menu {
}
#nav-menu ul { 
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li { 
	float: left;
}
#nav-menu a {
	float: left;
	display: block;
	text-decoration: none;
	height: 0px;
	padding-top: 65px;
}
/* IE 5 hack for box model */
* html #nav-menu a, html #nav-menu a:link, * html #nav-menu a:visited { 
	height:66px; he\ight:0;
}

#nav-menu a#item1 {
	background-image: url(../images/hometab.jpg);
	background-repeat: no-repeat;
	width: 197px;
	overflow: hidden;
	}
#nav-menu a#item1:hover {
	background-image: url(../images/hometab.jpg);
	background-repeat: no-repeat;
	background-position: -197px 0px;
}
#nav-menu a#item1:active {
	background-image: url(../images/hometab.jpg);
	background-repeat: no-repeat;
	background-position: -197px 0px;
}
#nav-menu a#item2 {
	background-image: url(../images/servicetab.jpg);
	background-repeat: no-repeat;
	width: 126px;
	overflow: hidden;
}
#nav-menu a#item2:hover {
	background-image: url(../images/servicetab.jpg);
	background-repeat: no-repeat;
	background-position: -126px 0px;
	overflow: hidden;
}
#nav-menu a#item2:active {
	background-image: url(../images/servicetab.jpg);
	background-repeat: no-repeat;
	background-position: -126px 0px;
}
#nav-menu a#item3 {
	background-image: url(../images/abouttab.jpg);
	background-repeat: no-repeat;
	width: 126px;
	overflow: hidden;
}
#nav-menu a#item3:hover {
	background-image: url(../images/abouttab.jpg);
	background-repeat: no-repeat;
	background-position: -126px 0px;
}
#nav-menu a#item3:active {
	background-image: url(../images/abouttab.jpg);
	background-repeat: no-repeat;
	background-position: -126px 0px;
}
#nav-menu a#item4 {
	background-image: url(../images/healthtab.jpg);
	background-repeat: no-repeat;
	width: 126px;
	overflow: hidden;
}
#nav-menu a#item4:hover {
	background-image: url(../images/healthtab.jpg);
	background-repeat: no-repeat;
	background-position: -126px 0px;
}
#nav-menu a#item4:active {
	background-image: url(../images/healthtab.jpg);
	background-repeat: no-repeat;
	background-position: -126px 0px;
}
#nav-menu a#item5 {
	background-image: url(../images/contact_nav_contact.jpg);
	background-repeat: no-repeat;
	width: 191px;
	overflow: hidden;
}
#nav-menu a#item5:hover {
	background-image: url(../images/contact_nav_contact.jpg);
	background-repeat: no-repeat;
	background-position: -382px 0px;
}
#nav-menu a#item5:active {
	background-image: url(../images/contact_nav_contact.jpg);
	background-repeat: no-repeat;
	background-position: -382px 0px;
}
* html #nav-menu a:hover { height: 66px; he\ight:0;
}
#navwrap {
	margin: auto;
	width: 766px;
	height: 65px;
	position: relative;
}
#navcont {
	float: left;
	height: auto;
	width: 766px;
}
