#topnavi {
 width: 910px;
 height: 43px;
 background: url(../images/topnav.jpg) no-repeat;
 margin: 0px; padding: 0;
 position: relative;
}
#topnavi li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	display: block;
}

#topnavi a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 17px;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	background-color: transparent;
}

#navhome {left: 5px; top: 0px;	width: 55px; height: 43px;}
#navabout {
	left: 60px;
	top: 0px;
	width: 123px;
	height: 43px;
}
#navfind {
	left: 185px;
	top: 1px;
	width: 100px;
	height: 37px;
}
#navfranchise {
	left: 285px;
	top: 0px;
	width: 180px;
	height: 37px;
}
#navnews {left: 464px; top: 0px; width: 90px; height: 43px;}
#navfaq {left: 554px; top: 0px; width: 46px; height: 43px;}
#navinstall {left: 600px; top: 0px; width: 93px; height: 43px;}
#navgallery {left: 693px; top: 0px; width: 112px; height: 43px;}
#navcontact {left: 805px; top: 0px; width: 100px; height: 43px;}

#navhome a {height: 26px;}
#navabout a {height: 26px;}
#navfind a {height: 26px;}
#navfranchise a {height: 26px;}
#navnews a {height: 26px;}
#navfaq a {height: 26px;}
#navinstall a {height: 26px;}
#navgallery a {height: 26px;}
#navcontact a {height: 26px;}


#navhome a:hover {
	background: #857261 url(../images/topnav.jpg) no-repeat -5px -43px;
	color: #FFFFFF;
}
#navabout a:hover {
	background: #857261 url(../images/topnav.jpg) -60px -43px no-repeat;
	color: #FFFFFF;
}
#navfind a:hover {
	background: #857261 url(../images/topnav.jpg) -185px -43px no-repeat;
	color: #FFFFFF;
}
#navfranchise a:hover {
	background: #857261 url(../images/topnav.jpg) -285px -43px no-repeat;
	color: #FFFFFF;
}
#navnews a:hover {
	background: #857261 url(../images/topnav.jpg) -464px -43px no-repeat;
	color: #FFFFFF;
}
#navfaq a:hover {
	background: #857261 url(../images/topnav.jpg) -554px -43px no-repeat;
	color: #FFFFFF;
}
#navinstall a:hover {
	background: #857261 url(../images/topnav.jpg) -600px -43px no-repeat;
	color: #FFFFFF;
}
#navgallery a:hover {
	background: #857261 url(../images/topnav.jpg) -693px -43px no-repeat;
	color: #FFFFFF;
}
#navcontact a:hover {
	background: #857261 url(../images/topnav.jpg) -805px -43px no-repeat;
	color: #FFFFFF;
}
#midnavi {
	background: url(../images/mid-bg.jpg) no-repeat center top;
	margin: 0px auto;
	padding: 0px 0px 0px 3px;
	height: 165px;
	width: 884px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
}
#midnavi li {
	margin: 0px;
	padding: 0px 3px 0px 0px;
	height: 165px;
	width: 218px;
	float: left;
}
#midnavi li a {
	margin: 0px;
	padding: 1px;
	height: 163px;
	width: 216px;
	line-height: 24px;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display:block;
}
#midnavi li a span{display:inline-block; height:24px; width:216px;}
#midnavi li a:hover span{ background-color:#6799CC; color:#FFFFFF;}
