.menu{
	text-align:left;
	background-color:#e7e7e8;
	height:200px;
	width:722px;
	padding-top:5px;
	padding-left:10px;
}
a { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #31568b; 
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #31568b; 
	text-decoration: underline;
	font-weight:bold;
}
#button {

	padding: 0 0 1em 0;
	margin-bottom: 1em;
	width:280px;
	height:185px;
	text-align:right;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li a {
	display: block;
	padding: 5px 5px 6px 0.5em;
	background-color: #e7e7e8;
	color: #31568b; 
	text-decoration: none;
	width: 268px;
	border-bottom:1px solid #31568b
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	background-color: #011D4D;
	color: #fff;
}