<!--
a.menu{
width :70px;
text-align:center;
padding :0;
font-family: Arial;
font-style : normal ;
font-size : 8pt;
font-weight :bold;
color :#005329;
text-decoration :none;

border-top : solid #C0C0C0 0px; border-right : solid #808080 0px; border-left : solid #808080 0px; border-bottom : solid #808080 0px }

a.menu:hover{
color :#FF0000;
border-top : solid #C0C0C0 0px; border-right : solid #808080 0px; border-left : solid #808080 0px; border-bottom : solid #808080 0px }

a.menu1{
   font-family: Arial;
   font-size : 10pt;
   font-weight :bold;
   color :#000000;
   background:url("./images/but1.gif");
   background-repeat:no-repeat;

   display:block;
   width:130px;
   height:26px;
   padding:2px;
   border-bottom:0px solid #000000;border-right:0px solid #000000; border-top:0px solid #ffffff; border-left:0px solid #ffffff;
   text-decoration : none}

a.menu1:hover{
   color :#FF00FF;
   background:url("./images/but2.gif");
   background-repeat:no-repeat;
   border-bottom:0px solid #ffffff;border-right:0px solid #ffffff; border-top:0px solid #000000;border-left:0px solid #000000;
   text-decoration : none}

<!-->

