/* CSS Document */
 .menu{ background: url(../images/button.jpg) no-repeat;
       width:100px; height:40px;
	   font-family: "Trebuchet MS", Verdana, "Franklin Gothic Medium";
	   font-size:11px;
	   color:#000066;
	   font-weight:bold;
	   text-align:center;
	   text-decoration:none;}
.menu-text	{font-family: "Trebuchet MS", Verdana, "Franklin Gothic Medium";
	   font-size:11px;
	   color:#000066;
	   font-weight:bold;
	   text-align:center;
	   text-decoration:none;}   


.menu-text a  { text-decoration:none;}
.menu-text:hover {text-decoration:underline;}
