#menu {
	width: 100%;
	clear: both;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #889ba2;
	font-size: 1em;
	letter-spacing: 1px; 
}
#menu td a, #menu td strong {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	/*padding: 10px;*/
	border-right: 1px solid #a8b6b7;
}
#menu td strong {
		background: #707E85;
}
#menu td a:hover {
		text-decoration: none;
		background: #7b8b91;
}
