 A.menulink {
  
	display: block;
	width: 140px;
	color: #1F7B00;
	background-color: #FFFFFF;
	border-style: solid;
	border-top-width:0pt;      /* nur oben */
       border-bottom-width:2pt;   /* nur unten */
       border-left-width:2pt;     /* nur links */
       border-right-width:0pt;;    /* nur rechts */
	border-color: #FFE766;
	text-align: left;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	margin: 5px;
	padding:2px;
 }

 A.menulink:hover {
  text-align: left;
	border-style: solid;
	border-top-width:0pt;      /* nur oben */
       border-bottom-width:2pt;   /* nur unten */
       border-left-width:2pt;     /* nur links */
       border-right-width:0pt;;    /* nur rechts */
	color: red;
	text-align: left;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	margin: 5px;
	padding:2px;

	
 }

