﻿
#menuitem
{
   height:25px;
    width:120px;
    Font-family:Verdana;
    font-size:8pt;
    Color:#254763;
    text-decoration:none;

}
#menuitem:hover
{
    height:25px;
    width:100px;
    Font-family:Verdana;
    font-size:8pt;
    Color:Darkorange;
    text-decoration:none;
}
