.menu-right {
 width: 130px
 }
.menu-right A {
	color: #0A6202;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	display: block;
	width: 100%;
 	padding: 2px;
	border-bottom: 2px solid white;
	border-right: 4px solid white;
 	background: white
 }
.menu-right A:hover {
 background: #FFDCB8
 }
 

