@charset "UTF-8";
/* CSS Document */

ul {
	list-style-type: none; /* suppression of useless elements */
	width: 94%;
	margin-left: 18px;
}
li {
	margin-right: 7px;
	margin-left: 7px;
	float: left;
	display: inline;
	vertical-align: middle;
} /* lists aligned to the left */

.menu a {
	width: 100px; /* definition of menu button size */
	height: 20px;
	float: none;
	display: block;
	text-decoration: none;
	color: #CC0000;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
     }
	 
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #052000;
     }

.menu a:active {
	color: #052000;
     }
 s
