body {
	margin-top : 5px;
	margin-left : 0px;
	background-color : White;
}

.menuitems {font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px; 
	font-weight: bold; 
	text-decoration : none;
	 	}
.menuitems a:link {
   color: #999999;  
	text-decoration : none; 
	display : block;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-top : 2px;
	width : 100%;
	border: 1px solid Black;}
	
.menuitems a:visited  {
   color: #378A70; 
	display : block;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-top : 2px;
	width : 100%;
	text-decoration : none; 
	border: 1px solid Black;}
	
.menuitems a:hover { 
color: #235C4A; 
background-color : #F3F7D6;  }

.menuitems a:active { color: #999999;  background-color : #EDF1BA;}
