@charset "utf-8";
/* CSS Document 

RJ Moreau

*/

#main_navigation{
	width: 840px;
	position: absolute;
	top: -11px;
	}
	
.homepagenav{
	position: relative;
	margin-top: 0px;
	}

#main_navigation li{
	text-indent: -3000px;
	position: absolute;
	}

#main_navigation li a{
	width: 100%;
	height: 17px;
	position: relative;
	display: block;
	}

#homepage_tab{
	left: 5px;
	top: 27px;
	background-image:url(../images/top_nav_main/home.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 17px;
	}
	
#company_tab{
	left: 120px;
	top: 27px;
	background-image:url(../images/top_nav_main/company.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 17px;
	}

#ourhomes_tab{
	left: 235px;
	top: 27px;
	background-image:url(../images/top_nav_main/ourhomes.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 17px;
	}

#communities_tab{
	left: 500px;
	top: 27px;
	background-image:url(../images/top_nav_main/communities.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 17px;
	}

#inventory_tab{
	left: 615px;
	top: 27px;
	background-image:url(../images/top_nav_main/inventory.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 17px;
	}

#designcenter_tab{
	left: 730px;
	top: 27px;
	background-image:url(../images/top_nav_main/designcenter.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 17px;
	}

#homepage_tab a:hover, #homepage_tab.on{
	background-image:url(../images/top_nav_main/noncommunity/home_on.gif);
	}

#company_tab a:hover, #company_tab.on{
	background-image:url(../images/top_nav_main/noncommunity/company_on.gif);
	}

#communities_tab a:hover, #communities_tab.on{
	background-image:url(../images/top_nav_main/noncommunity/communities_on.gif);
	}

#ourhomes_tab a:hover, #ourhomes_tab.on{
	background-image:url(../images/top_nav_main/noncommunity/ourhomes_on.gif);
	}

#inventory_tab a:hover, #inventory_tab.on{
	background-image:url(../images/top_nav_main/noncommunity/inventory_on.gif);
	}

#designcenter_tab a:hover, #designcenter_tab.on{
	background-image:url(../images/top_nav_main/noncommunity/designcenter_on.gif);
	}
