/* CSS Document */
#navdiv {
	float: left;
	margin: 0 0 10px 0;
	width: 782px;
	padding: 0;
}
ul#nav {
	position:relative;
	width: 782px;
	margin: 0;
	height: 34px;
	list-style-type: none;
	overflow: hidden;
}
body#home ul#nav { background: transparent url(../../img/navns.png) no-repeat 0 -68px; }

ul#nav li a {
	position: absolute;
	top: 0;
	width: 193px;
	text-indent: -9999px;
	text-decoration: none;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:34px; /* IE5/Win */
	background: url(../../img/navns.png) no-repeat;
}

body#home li#one a 				{ background-position: 0 -68px; width: 193px; left: 0; }
body#home li#one a:hover		{
	background-position: 0 -34px;
	font-size: 10px;
}
  
body#home li#two a 				{ background-position: -193px -68px; width: 193px; left: 193px; }
body#home li#two a:hover		{ background-position: -193px -34px; }

body#home li#three a 			{ background-position: -386px -68px; width: 194px; left: 386px; }
body#home li#three a:hover		{ background-position: -386px -34px; }

body#home li#four a 			{ background-position: -580px -68px; width: 202px; left: 580px; }
body#home li#four a:hover		{ background-position: -580px -34px; }
