﻿.menu2 a
{
    margin-left:13px;
    text-align: center;
    padding-top: 5px;
    display: block;
    width:100px;
    height: 25px;
    background-image: url('../images/button.gif');
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 10px;
    color: White;
    font-variant: normal;
    text-decoration: none;
}

.menu2 a:hover
{
    margin-left:13px;
    
    display: block;
    padding-top: 5px;
    width: 100px;
    height: 25px;
    background-image: url('../images/buttonclick.gif');
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 10px;
    color: White;
    font-variant: normal;
    text-decoration: none;
}
