/* jon swift design 2008 */


ul, li {
list-style-type: none;  /* cleaning up the list */
margin:0;
padding:0;
}

ul {
	position: absolute; /* positionning for IE5 et IE5.5 */
	left: 5px;
	top: 3px;
	background: url(favicon.png) no-repeat;
	width: auto;
	text-align: center;
	background-image: url(zz.png);
	visibility: inherit;
}

li {
	float: left;
}

li a {
	display: block;
	height: auto;
	width: 80px;
	color: #eeece2;
	font-size: 0.8em;
	line-height: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	text-decoration: underline;
}

li a:hover {
	color: #CC0000;
background: url(bibg.gif) no-repeat;
}

a#menu1:hover {
background-position: 0px -10px;	/* background move for each button */
}
a#menu2:hover {
background-position: -80px -10px;
}
a#menu3:hover {
background-position: -160px -10px;
}
a#menu4:hover {
background-position: -240px -10px;
}
a#menu5:hover {
background-position: -320px -10px;
}
a#menu6:hover {
background-position: -400px -10px;
}
a#menu7:hover {
background-position: -480px -10px;
}
a#menu8:hover {
background-position: -560px -10px;
}
a#menu9:hover {
background-position: -640px -10px;
}
a#menu10:hover {
background-position: -720px -10px;
}

