#header	#home, #header	#aboutus, #header	#services, #header	#homeinspection, #header	#contact	{
	display: block;
	width: 110px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/navigation.gif);
}

#header	#home	{
	background-position: 0 0;
}

#header	#home:hover	{
	background-position: 0 -75px;
}

#header	#aboutus	{
	background-position: -110px 0;
}

#header	#aboutus:hover	{
	background-position: -110px -75px;
}

#header	#services	{
	background-position: -220px 0;
}

#header	#services:hover	{
	background-position: -220px -75px;
}

#header	#homeinspection	{
	background-position: -330px 0;
}

#header	#homeinspection:hover	{
	background-position: -330px -75px;
}

#header	#contact	{
	background-position: -440px 0;
}

#header	#contact:hover	{
	background-position: -440px -75px;
}


/* subnav */
#header	.subnav	a	{
	display: block;
	width: 100px;
	color: #000;
	text-decoration: none;
}

#header	.subnav	a:hover	{
	color: #f00;
	text-decoration: none;
}


/* leftcol links */
#leftcol	#request	{
	background-position: 0 0;
	height: 52px;
}

#leftcol	#request:hover	{
	background-position: -190px 0;
}

#leftcol	#buyers	{
	background-position: 0 -52px;
	height: 44px;
}

#leftcol	#buyers:hover	{
	background-position: -190px -52px;
}

#leftcol	#sellers {
	background-position: 0 -96px;
	height: 43px;
}

#leftcol	#sellers:hover	{
	background-position: -190px -96px;
	height: 43px;
}

#leftcol	#blog	{
	background-position: 0 -139px;
	height: 46px;
}

#leftcol	#blog:hover	{
	background-position: -190px -139px;
	height: 46px;
}

#content	a	{
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#content	a:hover	{
	color: #fff;
	text-decoration: none;
}

#footer	a	{
	color: #fff;
	text-decoration: none;
}

#footer	a:hover	{
	color: #fff;
	text-decoration: underline;
}