

ul#nav {
	padding: 0px;
	width: 780px;
	height: 40px;
	margin: 0px auto;
	}
ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:url(../images/MainNav/navVoxme40.jpg) no-repeat;
	}
li#home a {
	width:156px;
	height:40px;
	 }
li#products a {
	width:156px;
	height:40px;
	 }
li#references a {
	width:156px;
	height:40px;
	 }	 
li#news a {
	width:156px;
	height:40px;
	 }
li#contact a {
	width:156px;
	height:40px;
	 }
	
	

	 
	 
	 	 	 
li#home a:hover, li#home a:focus {
	background-position:0px -40px;
	 }
li#products a:link, li#products a:visited {	
	background-position:-156px 0px;
	}
li#products a:hover, li#products a:focus {	
	background-position:-156px -40px;
	}
li#references a:link, li#references a:visited {	
	background-position: -312px 0px;
	}
li#references a:hover, li#references a:focus {	
	background-position: -312px -40px;
	}
li#news a:link, li#news a:visited {	
	background-position: -468px 0px;
	}
li#news a:hover, li#news a:focus {	
	background-position: -468px -40px;
	}
li#contact a:link, li#contact a:visited {	
	background-position: -624px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -624px -40px;
	}
	

	
	
	
/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home-page ul#nav li#home a {
	background-position:0px -80px;
	}
body#products-page ul#nav li#products a {
	background-position:-156px -80px;
	}
body#references-page ul#nav li#references a {
	background-position:-312px -80px;
	}
body#news-page ul#nav li#news a {
	background-position:-468px -80px;
	}
body#contact-page ul#nav li#contact a {
	background-position:-624px -80px;
	}
	
