@charset "utf-8";
/* CSS Document */

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	margin: 0;
	list-style: none;
	display: inline;
	}

#nav ul li a {
	padding: 39px 0 0 0;
	float: right;
	overflow: hidden;
	height: 0px;
	}
	
#nav ul li a:hover  {
	background-position: 0 -39px;
	}

#nav ul li a:active {
	background-position: 0 -39px;
	}	
	
#nav ul li a.selected {
	background-position: 0 -39px;
	}
	
#home a  {
	width: 75px;
	background: url(images/nav/bt_home.png) no-repeat;
	}
	
#about a  {
	width: 126px;
	background: url(images/nav/bt_about.png) no-repeat;
	}
	
#products a  {
	width: 100px;
	background: url(images/nav/bt_products.png) no-repeat;
	}

#services a  {
	width: 95px;
	background: url(images/nav/bt_services.png) no-repeat;
	}		
	
#events a {
	width: 83px;
	background: url(images/nav/bt_events.png) no-repeat;
	}

#links a {
	width: 75px;
	background: url(images/nav/bt_links.png) no-repeat;
	}	
	
#contact a  {
	width: 114px;
	background: url(images/nav/bt_contact.png) no-repeat;
	}


