/* Basic GP Navigation CSS - Add new ID'd as appropriate */

ul#navigation {
	position: absolute;
	top: 152px;
	left: 20px;
	padding: 0;
	z-index: 5;
}
#navigation li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	
}
#navigation li a {
	display: block;
	text-indent: -9999em;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	color:#006627;
	font-size:12px;
	letter-spacing:-1px;
	line-height:175%;
}
#navigation li a:hover {
 background-position: 0 -35px;
	z-index: 5;
}
#navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #AAAAAA;
	border-top:1px solid #FFFFFF;
}
#navigation li ul li {
	float: none;
	display: inline;
}
#navigation li ul li a {
	width: 200px;
	height: auto;
	padding: 5px 20px;
	text-indent: 0;
	background: #E4E4E4;
	color: #8b4c54;
}
#navigation li ul li a:hover {
	background: #fcac23;
}
#home a {
	background-image: url(../images/nav_home.jpg);
	width: 101px;
	left: 21px;
}
#homeON a {
	width: 101px;
	left: 21px;
	background: url(../images/nav_homeON.jpg);
	text-indent: -1000em;
}
#about a {
	background-image: url(../images/nav_about.jpg);
	width: 198px;
	left: 122px;
}
#aboutON a {
	width: 198px;
	left: 122px;
	background-image: url(../images/nav_aboutON.jpg);
	text-indent: -1000em;
}
#services a {
	background-image: url(../images/nav_service.jpg);
	width: 204px;
	left: 320px;
}
#servicesON a {
	width: 204px;
	left: 320px;
	background-image: url(../images/nav_serviceON.jpg);
	text-indent: -1000em;
}
#machines a {
	background-image: url(../images/nav_vending.jpg);
	width: 212px;
	left: 521px;
}
#machinesON a {
	width: 212px;
	left: 521px;
	background-image: url(../images/nav_vendingON.jpg);
	text-indent: -1000em;
}
#contact_nav a {
	background-image: url(../images/nav_contact.jpg);
	width: 148px;
	left: 733px;
}
#contact_navON a {
	width: 148px;
	left: 731px;
	background-image: url(../images/nav_contactON.jpg);
	text-indent: -1000em;
}




/* ------------------------------------- */

#panel_1 a {
	text-indent: -1000em;
	background: url(../images/nav_panel1.jpg) no-repeat left top;
	width: 282px;
	margin: 0 0 0 15px;
	height: 226px;
	display: block;
	overflow: hidden;
	font-size:10px;
}

#panel_1 a:hover {
	background-position: 0px -244px;
}

#panel_2 a {
	text-indent: -1000em;
	background: url(../images/nav_panel2.jpg) no-repeat left top;
	width: 282px;
	margin: 0 0 0 17px;
	height: 226px;
	display: block;
	overflow: hidden;
	font-size:10px;
}

#panel_2 a:hover {
	background-position: 0px -244px;
}


#panel_3 a {
	text-indent: -1000em;
	background: url(../images/nav_panel4.jpg) no-repeat left top;
	width: 282px;
	margin: 0 0 0 20px;
	height: 226px;
	display: block;
	overflow: hidden;
	font-size:10px;
}

#panel_3 a:hover {
	background-position: 0px -244px;
}


#panel_3side a {
	text-indent: -1000em;
	background: url(../images/nav_panel3.jpg) no-repeat left top;
	width: 282px;
	margin: 1px 0 0 -1px;
	height: 226px;
	display: block;
	overflow: hidden;
	font-size:10px;
}

#panel_3side a:hover {
	background-position: 0px -244px;
}

#panel_4side a {
	text-indent: -1000em;
	background: url(../images/nav_panel4.jpg) no-repeat left top;
	width: 282px;
	margin: 1px 0 0 -1px;
	height: 226px;
	display: block;
	overflow: hidden;
	font-size:10px;
}

#panel_4side a:hover {
	background-position: 0px -244px;
}

#panel_5side {
	text-indent: -1000em;
	background: url(../images/coffee_panel.jpg) no-repeat left top;
	width: 282px;
	margin: 1px 0 0 -1px;
	height: 245px;
	display: block;
	overflow: hidden;
	font-size:10px;
}

*html #panel_1 a {
	text-indent: -1000em;
	background: url(../images/nav_panel1.jpg) no-repeat left top;
	width: 270px;
	margin: 0 0 0 16px;
	height: 226px;
	display: block;
	overflow: hidden;
	font-size:10px;
}

*html#panel_1 a:hover {
	background-position: 0px -244px;
}

*html#panel_2 a {
	text-indent: -1000em;
	background: url(../images/nav_panel2.jpg) no-repeat left top;
	width: 270px;
	margin: 0 0 0 21px;
	height: 226px;
	display: block;
	overflow: hidden;
	font-size:10px;
	border:1px solid #000;
}

*html#panel_2 a:hover {
	background-position: 0px -244px;
}


*html #panel_3 a {
	text-indent: -1000em;
	background: url(../images/nav_panel3.jpg) no-repeat left top;
	width: 270px;
	margin: 0 16px 0 20px;
	height: 226px;
	display: block;
	overflow: hidden;
	font-size:10px;
}

*html#panel_3 a:hover {
	background-position: 0px -244px;
}
