#menue {
  border-right:1px solid black;
  border-left:1px solid black;
	position: fixed;
	top: 0;
	left: 0%;
	width: 200px;
	height: 100%;
  text-align:left;
  color:#0066CC;
	background-color: #FFFF80;
	z-index: 2;
}

#menue #menuebox p{
  text-align:center;
	font-size:90%;
	margin-top:5px;
	margin-bottom:3px;
}

#menue h1{
  text-align:center;
	font-size:100%;
	color:black;
}
#menuebox{
			margin-left:auto;
			margin-right:auto;
      padding-top:10px;
			width:70%;
			font-size:97%;
}
#menuebox p{
  margin:2px 0;
  text-align:center;
}
#menuebox a:visited,
#menuebox a{
			display:block;
			width:139px;
			height:16px;
			text-align:center;
			text-decoration:none;
			line-height:20px;
			color:#FFFFFF;
			background:#274E9E;
			padding-left:1px;
			margin-bottom:1px;
			border-left:2px outset #0033FF;
			border-top:2px outset #0033FF;
			border-right:2px outset #0033FF;
			border-bottom:2px outset #0033FF;
}
#menuebox a{
			margin:2px 0;
      padding-left:1px;
      margin-top:10px;
}
#menuebox a:hover{
      display:block;
			width:139px;
      height:16px;
      line-height:20px;
     	color:#FFFFFF;
      background:#276E9E;		
			padding-left:1px;
			margin-top:10px;
	  	border-left:2px inset #0033FF;
			border-top:2px inset #0033FF;
			border-right:2px inset #0033FF;
			border-bottom:2px inset #0033FF;
}
