ul.submenu {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: block;
	width: 800px;
}

ul.submenu li {
	float: left;
	text-align: center;
	width: 158px;
	background-color: #fefefe;
	font: normal 100% "Times New Roman", Times, serif;
	display: inline;
	padding: 0px;
	list-style: none;
	border: 1px solid #00AAD6;
	margin: 0px;
}
	
ul.submenu a {
	text-decoration: none;
	color: black;
}

ul.submenu a:hover {
	color: red;
}