﻿.menu {
    width: 841px;
    height: 31px;
    background: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    z-index: 44;
}
.main {
    background-image: url(images/menu_background.jpg);
    width: 580px;
    float: left;
}

.mBlank {
    height: 31px;
    width: 85px;
    border-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(images/blank_nav_area_bg.jpg);
    float: left;
}

.mLeft {
    height: 31px;
    width: 80px;
    background-image: url(images/nav_left_blur.png);
    background-repeat: no-repeat;
    float: left;
}

.mRight {
    height: 31px;
    width: 80px;
    background-image: url(images/nav_right_blur.png);
    background-repeat: no-repeat;
    float:left;
}

.MenuGroup {
    border-style: none;
}

.TopMenuItem {
    background-image: url(images/menu_item.jpg);
    color: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
    text-align: center;
    height: 31px;
    width: 121px;
}
.TopMenuItemHover, .TopMenuItemActive {
    background-image: url(images/menu_item_hover.jpg);
    color: #b68c27;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
    text-align: center;
    height: 31px;
    width: 121px;
    cursor: pointer;
    background-repeat: repeat-x;
}
.MenuItem {
    padding:4px;
    padding-top:0px;
    color: #fff;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 8pt;
    cursor: pointer;
    background-color: #446e96;
    border-bottom: solid 2px #4e779d;
}
.MenuItemHover, .MenuItemActive {
    padding:4px;
    padding-top:0px;
    color: #b68c27;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 8pt;
    cursor: pointer;
    background-color: #ffffff;
    border-bottom: solid 2px #b68c27;   
}