#menu #nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	position: absolute;
	height: 41px;
	margin-top:10px;
	}
	
#menu #nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#menu #nav a {
	float: left;
	padding: 41px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:41px; /* for IE5/Win */
	}
#menu #nav a:hover {
	background-position: 0 -41px;
	}

#menu #nav a:active, #menu #nav a.selected {
	background-position: 0 -41px;
}
#menu #menu1 a  {
	width: 57px;
	background: url(../img/bg/menu1.jpg) top left no-repeat;
}
#menu #menu2 a  {
	width: 53px;
	background: url(../img/bg/menu2.jpg) top left no-repeat;
}
#menu #menu3 a  {
	width: 82px;
	background: url(../img/bg/menu3.jpg) top left no-repeat;
}
#menu #menu4 a  {
	width: 137px;
	background: url(../img/bg/menu4.jpg) top left no-repeat;
}
#menu #menu5 a  {
	width: 116px;
	background: url(../img/bg/menu5.jpg) top left no-repeat;
}
#menu #menu6 a  {
	width: 76px;
	background: url(../img/bg/menu6.jpg) top left no-repeat;
}
#menu #menu7 a  {
	width: 42px;
	background: url(../img/bg/menu7.jpg) top left no-repeat;
}
#menu #menu8 a  {
	width: 79px;
	background: url(../img/bg/menu8.jpg) top left no-repeat;
}
#menu #menu9 a  {
	width: 63px;
	background: url(../img/bg/menu9.jpg) top left no-repeat;
}
