﻿body
{
    color: black;
    font-family: Arial;
    font-size: 14px;
}

.menu
{
    display:block;
    color: White;
    text-decoration: none;
    width: 200px;
    height: 31px;
    font-weight: bold;
    background-image: url(button.gif);
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 10px;
    background-position: center top;
    padding-top:10px;
    font-size: 15px;
    
}

.menu:Visited
{
    color:White;
    text-decoration: none;  
}

.menu:Hover
{
    background-image: url(button-over.gif);    
}

.menubottom
{    
    color:White;
    text-decoration:none;
}
.menubottom:Visited
{
    color:White;
    text-decoration:none;
}
.menubottom:Hover
{
    text-decoration:underline;
}