@charset "utf-8";
#navi {
	float:left;
	width:600px;
	height:30px;
	padding:30px 0px 0px 20px;
	}
	
	#nav_submenu {
	float:left;
	width:600px;
	height:20px;
	padding:10px 0px 0px 160px;
	}

#navi a:hover {border:none;}

#navi a {
	background:url(images/navBtns.gif);
	height:30px;
	display:block;
	float:left;
	text-indent:-9999px;
	}

#navi a.home {
	background-position:0 0px;
	width:63px;
	}

#navi a:hover.home {
	background-position:0 30px;
	}
		
#navi a.homeActive {
	background-position:0 30px;
	width:63px;
	}	


#navi a.feature {
	background-position:-63px 0;
	width:91px;
	}

#navi a:hover.feature {
	background-position:-63px 30px;
	}	

#navi a.featureActive {
	background-position:-63px 30px;
	width:91px;
	}	

	
#navi a.products {
	background-position:-155px 0;
	width:101px;
	}

#navi a:hover.products {
	background-position:-155px 30px;
	}
	
#navi a.productsActive {
	background-position:-155px 30px;
	width:101px;
	}	

#navi a.featured {
	background-position:-256px 0;
	width:144px;
	}

#navi a:hover.featured {
	background-position:-256px 30px;
	}
	
#navi a.ourcontact {
	background-position:-400px 0;
	width:81px;
	}
	
#navi a.ourcontactActive {
	background-position:-400px 30px;
	width:81px;
	}	

#navi a:hover.ourcontact {
	background-position:-400px 30px;
		width:81px;
	}
#navi_submenu {
	float:left;
	width:600px;
	height:30px;
	position: absolute;
}
.nav_submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
.subnav_event_link {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
}
