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

#menu a, #menu a:visited {
	position:relative;
	text-decoration:none;
	text-align:center;
	background-color:#730029;
	color:#D3CAB9;
	display:block;
	width:12em;
	padding:0.25em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
  }

#menu a:hover {
	top:2px;
	left:2px;
	color:#CCCCCC;
	border-color:#CCCCCC;
	background-color: #435A22;
  }

