/* CSS Document */

/*Nav Menu*/


.navpusher {height:29px;}

.navbar a {
	height: 29px; 
	float:right;
	background-repeat: no-repeat;
	text-indent:-9999px;
	display:block;
	border-width:0px;
	position:relative;
}

/*.navbar {
	height: 29px; 
	float:right;
	background-repeat: no-repeat;
	text-indent:-9999px;
	display:block;
	border-width:0px;
	position:relative;
}*/

/*.navleftend {
	display: block;
	width: 16px;
	height: 29px;
	background-image:url(../images/nav_leftend.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-9999px;
	float:left;
	position:relative;
}*/

.navbuttonhome {
	width: 74px;
	background-image:url(../images/hometab.gif);
	background-position: 0 0;
}

.navbuttonhome:hover {
	background-position: 0 -29px;
	cursor: pointer;
}

.navbuttonhomeon {

	width: 74px;
	background-image:url(../images/hometab.gif);
	background-position: 0 -58px;
}

.navbuttonservices {
	height: 29px;
	width: 95px;
	background-image:url(../images/servicestab.gif);
	background-position: 0 0;
}

.navbuttonservices:hover {
	background-position: 0 -29px;
	cursor: pointer;
}

.navbuttonserviceson {
	height: 29px;
	width: 95px;
	background-image:url(../images/servicestab.gif);
	background-position: 0 -58px;
}

.navbuttoncontact {
	height: 29px;
	width: 95px;
	background-image:url(../images/contacttab.gif);
	background-position: 0 0;
}

.navbuttoncontact:hover {
	background-position: 0 -29px;
	cursor: pointer;
}

.navbuttoncontacton {
	height: 29px;
	width: 95px;
	background-image:url(../images/contacttab.gif);
	background-position: 0 -58px;
}

/*.navrightend {
	display: block;
	width: 17px;
	height: 38px;
	background-image:url(../images/nav_rightend.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-9999px;
	float:right;
	position:relative;
	margin:0;
	padding:0;
}*/

/*End of Nav Menu*/