﻿.pic
{
    filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=4)
}
.menu
{
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    font-family: Arial;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #357095;
    text-decoration: none;
    display:block;    
}

.menu:hover
{
    color: #367195;
    background-color: #C9D9E3;
}

.bottom
{
    font-family: Arial;
    font-size: 12px;
    text-decoration:none;
    color:White;
}

.bottom:hover
{
    color:Yellow;
}