.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menu {
	float: left;
	height: 30px;
	width: 727px;
	line-height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dad7cf;
	border-bottom-color: #dad7cf;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dad7cf;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li {
    float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dad7cf;
	color: #FFF;
	display: block;
	text-align:center;
}
.menu ul li a {
	color: #000080;
	text-decoration: none;
}
