#stylemenu {
	float:right;	
}

#stylemenu .vertical a {
  color: white;
  background-color: #BDB76B;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin-right:2px;
  margin-top: 2px;
  padding: 2px;
  border: 2px outset #c0c0c0;
  display: block;
  width: 85px;
  font-size: small;
}

#stylemenu .vertical a:hover {
  background-color: #B8860B;
  border: 2px inset #c0c0c0;
}

#stylemenu p {
	text-align:center;
	margin: 0px;
	padding:0px;
}


