﻿.MenuItem
{
    /* CSS class for non-selected Menu Item */
    height: 54px;
    font-family: Verdana;
    font-size: 1em;
    color: #fff;
    padding: 0px 10px 0px 10px;
}
.MenuItem td
{
    vertical-align: middle;
}
.MenuItemSelected, .MenuItemHover
{
    /* CSS class for hovering and selected Menu Item      ... which can be split up, of course! */
    background: url('images/menu_background_hover.png');
    height: 54px;
    font-family: Verdana;
    font-size: 1em;
    color: #fff;
    padding: 0px 10px 0px 10px;
}

/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
    background: transparent !important;
}

#menu a:hover, #menu a:active, #menu a:focus
{
    background: transparent !important;
}

