.topNavDevider {
	background-color: #eaf0ef;
	width: 830px;
	position: relative;
	height: 3px;
}
#topNavBarBackground{
	height:29px;
	position: relative;
	margin: 0px;
	top:0px;
	padding: 0;
	border-collapse: collapse;
	background-image: url(../images/indexShell/greenNavBar.jpg);
	background-color: #eaf0ef;
	background-repeat: no-repeat;
	background-position: left top;
}

#topNavBarList {
	width: 830px;
	position: relative;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	list-style: none;
}

#topNavBarList a {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	display: block;
}

#topNavBarList li {
	float: left;
	padding: 0px;
}

#topNavBarList a:hover, #topNavBarBackground .menu_highlight {
	background-position: bottom center !important;
}

/* second row list based nav system...*/
#pestNavBar {
	width:831px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/indexShell/greyNavBar.jpg);
}
#pestNavBarList {
	width: 831px;
	position: relative;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	list-style: none;
	text-align: left;
	z-index: 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 24px;
	top: 0px;
	height: 29px;

}

#pestNavBarList a {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	display: block;
}

#pestNavBarList li {
	float: left;
	padding: 0px;
}

#pestNavBarList a:hover, #pestNavBar .menu_highlight {
	background-position: bottom center !important;
}
/* commercial nav bar controls*/
#comNavBar{
	width:831px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/indexShell/greyNavBar.jpg);
}
#comNavBarList {
	width: 831px;
	position: absolut;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	list-style: none;
	text-align: left;
	z-index: 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 24px;
	top: 0px;
	height: 29px;

}

#comNavBarList a {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	display: block;
}

#comNavBarList li {
	float: left;
	padding: 0px;
}

#comNavBarList a:hover, #comNavBar .menu_highlight {
	background-position: bottom center !important;
}
