/* CSS Document */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


#nav  {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 580px;
	height: 23px;
	position: relative;
}
#nav li {
	margin:0px;
	padding:0px;
	float: left;
	height: 23px;
}

#nav a#home {
	display: block;
	padding: 0;
	margin: 0;
	width: 114px;
	height: 23px;
	background-image:url(../images/home_off.gif);
	background-color: transparent;
}

#nav a#home:hover {
	display: block;
	background-image:url(../images/home_over.gif);
}

body#home a#home {
	display: block;
	background-image:url(../images/home_on.gif);
}

#nav a#about {
	width: 110px;
	height: 23px;
	display: block;
	padding: 0;
	background-image:url(../images/about_off.gif);
	background-color: transparent;
	
}
#nav a#about:hover {
	display: block;
	background-image:url(../images/about_over.gif);
}

body#about a#about {
	display: block;
	background-image:url(../images/about_on.gif);
}

#nav a#services {
	width: 107px;
	height: 23px;
	display: block;
	padding: 0;
	background-image:url(../images/services_off.gif);
	background-color: transparent;
}
#nav a#services:hover {
	display: block;
	background-image:url(../images/services_over.gif);
}

body#services a#services {
	display: block;
	background-image:url(../images/services_on.gif);
}

#nav a#faq {
	display: block;
	padding: 0;
	margin: 0;
	width: 107px;
	height: 23px;
	background-image:url(../images/faq_off.gif);
	background-color: transparent;
}
#nav a#faq:hover {
	display: block;
	background-image:url(../images/faq_over.gif);
}

body#faq a#faq {
	display: block;
	background-image:url(../images/faq_on.gif);
}

#nav a#contact {
	width: 142px;
	height: 23px;
	display: block;
	padding: 0;
	margin: 0;
	background-image:url(../images/contact_off.gif);
	background-color: transparent;
	
}
#nav a#contact:hover {
	display: block;
	background-image:url(../images/contact_over.gif);
}

body#contact a#contact {
	display: block;
	background-image:url(../images/contact_on.gif);
}
