.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;


}

.menu ul{
	width: 780px;
	margin: 0px;
	padding: 0px;
	border-right-color: #000000;
	background-color: #026BfB;
	border-right-width: 1px;
	border-right-style: solid;
	height: 31px;
}

.menu ul li {
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 110px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	background-color: #026bfb;
	line-height: 29px;

}

.menu a {
	color: #FFFFFF;
	text-decoration: none;

}

.menu a:hover {
	color: #FFFFFF;
	display: block;
	background-color: #3997FD;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}


#last_button {
	width: 100px;
}
