body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #000000;
}
.menu {
	background-color: #f1b51c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	display: block;
}

div#links {
	z-index: 100;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
div#links a {
	color: #000000;
	text-decoration: none;
   	background-color: #f1b51c;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	display: block;
	}
   

	
div#links a:hover {background: #cc9900;
}
