.menu {
	background-image: url(NavigateBar_Back.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: repeat-x;
}
.menu td{
	height:24px;
	vertical-align: middle;
	padding-top: 4px;
}
.menu a{
	color: #0066CC;
	text-decoration: none;
	height: 18px;
	width: 62px;
	font-family: "ËÎÌå";
	font-size: 12px;
	padding-top: 3px;
	font-weight: bold;
}
.menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
}
