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

#menu a, #menu a:visited {
	position:relative;
	text-decoration:none;
	text-align:center;
	background-color:#005782;
	color:#EAEFF5;
	display:block;
	width:10em;
	padding:0.25em;
	margin:0.5em auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: ridge;
	border-bottom-style: double;
	border-left-style: inset;
	border-top-color: #0D345D;
	border-right-color: #0D345D;
	border-bottom-color: #0D345D;
	border-left-color: #0D345D;
  }

#menu a:hover {
	top:2px;
	left:2px;
	color:#fff;
	background-color: #9F0720;
	border-top-color: #0D345D;
	border-right-color: #0D345D;
	border-bottom-color: #0D345D;
	border-left-color: #0D345D;
  }
