body{
  color: #00000;
  font-family: Arial;
}
			
a {text-decoration: none;}
/*a:hover {text-decoration: none; background-color: #BBBBBB;}*/
a:hover {text-decoration: none; color:#FF9900;}
a:link { color:#000000 }
a:visited { color:#000000 }
a:active { color:#FF9900 }

.menuebutton
      {
      font-family:Arial;
  		font-size:16;
      color: #000000;
			height: 26;
			width: 150;
			text-align: middle;
      background-Color: E7E7E7;
      border-left: 2px solid #EEEEEE;
      border-top: 2px solid #EFEFEF;
      border-right: 2px solid #000000;
      border-bottom: 2px solid #000000;
      text-decoration: none;
      }
.menuebutton:hover
      {
      Color: #003399;
  		font-size:16;
			height: 26;
			width: 150;
		  background-Color: gainsboro;
      border-left: 2px solid #333399;
      border-top: 2px solid #333399;
      border-right: 2px solid #CCCCFF;
      border-bottom: 2px solid #CCCCFF;
      text-decoration: none;
      }
	
