/*CSS NAVIGATION*/
#nav {
	float: right; 
/*	padding-top: 55px; */
	width: 460px; 
	height: 20px
}

a#nav_home {
    width: 37px;
    height: 10px;
	margin-right: 38px;
    background-image: url(images/nav_home.jpg);
    display: inline;
    text-decoration: none;
	float: left;
}

/*a#nav_home:hover {
    background-position: 0px 10px;
}*/

a#nav_about {
    width: 42px;
    height: 10px;
	margin-right: 38px;
    background-image: url(images/nav_about.jpg);
    display: inline;
    text-decoration: none;
	float: left;
}

/*a#nav_about:hover {
    background-position: 0 10px;
}*/

a#nav_services {
    width: 71px;
    height: 10px;
	margin-right: 38px;
    background-image: url(images/nav_services.jpg);
    display: inline;
    text-decoration: none;
	float: left;
}

/*a#nav_services:hover {
    background-position: 0 10px;
}*/

a#nav_conservation {
    width: 94px;
    height: 10px;
	margin-right: 37px;
    background-image: url(images/nav_conservation.jpg);
    display: inline;
    text-decoration: none;
	float: left;
}

/*a#nav_conservation:hover {
    background-position: 0 10px;
}*/

a#nav_contact {
    width: 59px;
    height: 10px;
    background-image: url(images/nav_contact.jpg);
    display: inline;
    text-decoration: none;
	float: left;
}

/*a#nav_contact:hover {
    background-position: 0 10px;
}*/

