/* CSS Document */

#navigation {
	float: left;
	width: 898px;
	height: 71px;
	padding: 0 0 0 59px;
	margin: 0;
	background: url(../grfx/nav_bg.jpg) top left no-repeat;
}

#navigation ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#navigation li a {
	border: 0;
	display: block;
	height: 50px;
	text-decoration: none;
}

#navigation li a span {
	display: none;
}

#navigation li#home a {
	height: 50px;
	width: 115px;
	background: url(../grfx/nav.gif) 0px 0px no-repeat;
}

#navigation li#home a:hover {
	height: 50px;
	width: 115px;
	background: url(../grfx/nav.gif) 0px -50px no-repeat;
}

#navigation li#services a {
	height: 50px;
	width: 135px;
	background: url(../grfx/nav.gif) -115px 0px no-repeat;
}

#navigation li#services a:hover {
	height: 50px;
	width: 135px;
	background: url(../grfx/nav.gif) -115px -50px no-repeat;
}

#navigation li#rates a {
	height: 50px;
	width: 112px;
	background: url(../grfx/nav.gif) -250px 0px no-repeat;
}

#navigation li#rates a:hover {
	height: 50px;
	width: 112px;
	background: url(../grfx/nav.gif) -250px -50px no-repeat;
}

#navigation li#about_us a {
	height: 50px;
	width: 144px;
	background: url(../grfx/nav.gif) -362px 0px no-repeat;
}

#navigation li#about_us a:hover {
	height: 50px;
	width: 144px;
	background: url(../grfx/nav.gif) -362px -50px no-repeat;
}

#navigation li#testimonials a {
	height: 50px;
	width: 172px;
	background: url(../grfx/nav.gif) -506px 0px no-repeat;
}

#navigation li#testimonials a:hover {
	height: 50px;
	width: 172px;
	background: url(../grfx/nav.gif) -506px -50px no-repeat;
}

#navigation li#contact_us a {
	height: 50px;
	width: 157px;
	background: url(../grfx/nav.gif) -678px 0px no-repeat;
}

#navigation li#contact_us a:hover {
	height: 50px;
	width: 157px;
	background: url(../grfx/nav.gif) -678px -50px no-repeat;
}