#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	overflow: hidden;
	position: absolute;
	top: 35px;
	overflow: hidden;
	height: 302px;
	}
#menu  ul {

	margin: 0; 
	padding: 0;

	}
#menu  li {
	width:210px;
	height:38px;
	margin: 0; 
	padding: 0;
	display: inline;
	float:left;
	list-style-type: none;
	overflow: hidden;
	}

#menu a {
	float: left;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:38px; /* for IE5/Win */
	}
#menu #menu1 a:hover {
	background-position: 0 -38px;
	}
#menu #menu2 a:hover {
	background-position: 0 -38px;
	}
#menu #menu3 a:hover {
	background-position: 0 -38px;
	}
#menu #menu4 a:hover {
	background-position: 0 -38px;
	}	
#menu #menu5 a:hover {
	background-position: 0 -38px;
	}
#menu #menu6 a:hover {
	background-position: 0 -38px;
	}
#menu #menu7 a:hover {
	background-position: 0 -38px;
	}
#menu #menu8 a:hover {
	background-position: 0 -38px;
	}

#menu a:active, #menu a.selected {
	background-position: 0 -38px; 
}
#menu #menu1 a  {
	width: 140px;
	margin-bottom: 5px;
	background: url(../images/menu1a.png) top left no-repeat;
}
#menu #menu2 a  {
	width: 140px;
	margin-bottom: 5px;
	background: url(../images/menu2a.png) top left no-repeat;
}
#menu #menu3 a  {
	width: 140px;
	margin-bottom: 5px;
	background: url(../images/menu3a.png) top left no-repeat;
}
#menu #menu4 a  {
	width: 140px;
	margin-bottom: 5px;
	background: url(../images/menu4a.png) top left no-repeat;
}
#menu #menu5 a  {
	width: 140px;
	margin-bottom: 5px;
	background: url(../images/menu5a.png) top left no-repeat;
}
#menu #menu6 a  {
	width: 140px;
	margin-bottom: 5px;
	background: url(../images/menu6a.png) top left no-repeat;
}
#menu #menu7 a  {
	width: 140px;
	margin-bottom: 5px;
	background: url(../images/menu7a.png) top left no-repeat;
}
#menu #menu8 a  {
	width: 140px;
	margin-bottom: 5px;
	background: url(../images/menu8a.png) top left no-repeat;
}
