.MenuGroup
{
    text-align: center;
    border-right: gray 0px solid;
    border-top: gray 0px solid;
    border-left: gray 0px solid;
    border-bottom: gray 0px solid;
    background-color: White;
}

.MenuItem
{
    filter:alpha( opacity=100,finishopacity=60,style=1,startx=0,starty=5,finishx=120,finishy=25);
    text-align: center;
    background-color:#42AACE;
    color:White; 
    font-family:verdana; 
    font-size:12px; 
    border:0px;
    border-style:solid;
    border-color:White;
    padding:2px;
    padding-left:15px;
    padding-right:0px;
    cursor:hand;
    height:22px;
    width:120px;
}

.MenuItemOver
{
    filter:alpha( opacity=100,finishopacity=20,style=1,startx=0,starty=5,finishx=120,finishy=25);
    text-align: center;
    background-color:#65B5DA; 
    color: #0F5E99; 
    font-family:verdana; 
    font-size:12px; 
    border:0px;
    border-style:solid;
    border-color:Gray;
    padding:2px;
    padding-left:15px;
    padding-right:0px;
    cursor:hand;
    height:22px;
    width:120px;
}
