﻿
#menuh-container
{
    /* left: 1em;     position: absolute;     top: 1em;*/
}
#menuh
{
    float: left;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    margin: 1em 0em 2em;
    width: 100%;
    background-color: #406B23;
    border: 1px solid #294516;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 1px 10px 1px #294516 inset, 0 1px 0 #294516, 0 4px 0 #294516, 0 6px 3px 1px #111111;
    height : 30px;
}
#menuh a
{
    border: 1px solid #406B23;
    display: block;
    margin: 0;
    padding: 0.3em;
    text-align: center;
    white-space: nowrap;
    font-size: 13px !important;
    font-weight: normal !important;
}
#menuh a:link, #menuh a:visited, #menuh a:active
{
    background-color: #406B23; 
    box-shadow: 0 1px 10px 1px #294516 inset, 0 1px 0 #294516, 0 4px 0 #294516, 0 6px 3px 1px #111111;
    color: white;
    text-decoration: none;
}
#menuh a:hover
{
    background-color: #1d3110;
    color: white;
    text-decoration: none;
}
#menuh a.top_parent, #menuh a.top_parent:hover
{
    background-image: url("../../Images/navdown_white.gif");
    background-position: right center;
    background-repeat: no-repeat;
}
#menuh a.parent, #menuh a.parent:hover
{
    background-image: url("../../Images/nav_white.gif");
    background-position: right center;
    background-repeat: no-repeat;
}
#menuh ul
{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 9em;
    margin: 0 0 0 10px;
}
#menuh li
{
    min-height: 1px;
    position: relative;
    vertical-align: bottom;
}
#menuh ul ul
{
    display: none;
    margin: -1em 0 0 -1em;
    padding: 1em;
    position: absolute;
    top: auto;
    z-index: 500;
}
#menuh ul ul ul
{
    left: 100%;
    top: 0;
}
div#menuh li:hover
{
    cursor: pointer;
    z-index: 100;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul
{
    display: none;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul
{
    display: block;
}


.WrapText
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}
ul.innerText li a
{
    text-align: left !important;
    padding-left: 10px !important;
    width: auto;
}
.innerText
{
    width: 180px !important;
}
