#tabs {
	margin: 0;
	padding: 0;
	height: 32px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#tabs li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	}

#tabs a {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}
	
#tabs a:hover {
	/** moving the image up to show the "over" state 
	background-position: 0 -32px;
	**/
	}

/**#tabs a:active, **/#tabs a.selected {
	background-position: 0 -64px;
	}