 /* START THE CODE FOR THE MENUS */

.menutrans 	{ filter:alpha(opacity=60); -moz-opacity: 0.6 }



.menu1	{ font-family: 	   arial, helvetica, verdana, sans;
		  font-size: 	   11pt;
		  height: 		   46px;
		  vertical-align:  middle;
		  width: 		   140px; 
		  text-decoration: none;
		  cursor:		   hand;
		  font-weight: 	   bold;
		  text-indent: 	   0px;  
	/*	  text-align: 	   center; */
	/*	  display: 		   block; */
		  border: 		   #FFFFFF 0px solid; }

a.menu1:link    { color: #000000;  /* background-image: url(images/button.jpg)*/;}
a.menu1:visited { color: #000000;  /* background-image: url(images/button.jpg)*/;}
a.menu1:active 	{ color: #000000;  /* background-image: url(images/button.jpg)*/;}
a.menu1:hover 	{ color: green;    /* background-image: url(images/button.jpg)*/;} 
