/* Trevors Carpets - Navigation */

#navigation {
	float: left;
	width: 732px;
	height: 135px;
	padding: 22px 0 0 0;
	margin: 0;
	background: url(../grfx/nav-bg.gif) top left no-repeat;
}

#navigation a {
	line-height: 25px;
	height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}

#navigation a:hover {
	color: #CCCCCC;
}

#navigation #home {
	float: left;
	width: 146px;
	padding-left: 5px;
}

#navigation #residential {
	float: left;
	width: 141px;
}

#navigation #commercial {
	float: left;
	width: 141px;
}

#navigation #employment {
	float: left;
	width: 141px;
}

#navigation #store-locations {
	float: left;
	width: 141px;
}