﻿.NaviMenu
{
    margin-top: 81px;
    height: 39px;
    width: 734px;
    margin-left: 259px;
    position:absolute;
    z-index: 2; 
    
}

.NaviMenu .MenuItem
{
    margin: 3px 0px 0px 3px;
    float:left;
    cursor: pointer;
}

.SubMenu
{
    background-color: #d3d3d3;
    z-index: 2;
    position: absolute;
    width: 140px;
    border-left: solid 3px #d3d3d3;
    border-right: solid 3px #d3d3d3;
    border-bottom: solid 3px #d3d3d3;
}

.SubMenu a
{
    cursor: pointer;
    text-decoration: none !important;
}

.SubMenu .SubMenuItem
{
    background-color: #d3d3d3;
    font-family: Verdana;
    font-size: 12px;
    line-height: 25px;
    height: 28px;
    text-align: left;
    width: 100%;
    color: #535355 !important;
    overflow: hidden;
}

.SubMenu span
{
    margin-left: 3px;
}

.SubMenu .SubMenuItemHover
{
    background-color: #e1e1e1;
    font-family: Verdana;
    font-size: 12px;
    line-height: 25px;
    height: 28px;
    text-align: left;
    width: 100%;
    color: #000000 !important;
    overflow: hidden;
}


