.menu {
	height: 89px;
	display: block;
	padding: 0px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
}

.menu ul li {
	/* width and height of the menu items */  
			float: left;
	overflow: hidden;
	position: relative;
	line-height: 89px;
	text-align: center;
}

.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width:88px;
			height: 89px;
			font-family: "Î¢ÈíÑÅºÚ";
			font-size: 14px;
			text-decoration: none;
			cursor: pointer;
}

.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 88px;
}

		.menu ul li a span.out {
			top: 0px;
}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -89px;
}

		/** 1st example **/

#menu2 {
}
		
#menu2 ul li a {
	color: #333333;
}

#menu2 ul li a span.over {
	color: #ffffff;
	background-image: url(../images/bgtab.gif);
	background-repeat: no-repeat;
	background-position: center;
}
