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

#menu a, #menu a:visited {
	position:relative;
	text-decoration:none;
	text-align:center;
	background-color:#004B8C;
	color:#FFFFFF;
	display:block;
	width:10em;
	padding:0.25em;
	margin:0.5em auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #39100A;
	border-right-color: #39100A;
	border-bottom-color: #00305A;
	border-left-color: #00305A;
  }

#menu a:hover {
	top:2px;
	left:2px;
	color:#fff;
	background-color: #4192D9;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: inset;
	border-top-color: #08075C;
	border-right-color: #00305A;
	border-bottom-color: #00305A;
	border-left-color: #00305A;
  }

