div.menuSubContainer
{
    clear: both;
    position: relative;
/*    width: 960px;*/
    height: 31px;
    margin-left: 26px; 
    padding: 0;
    white-space: nowrap;
    display: block;
    float: left;
}

ul.ulMenuLevel1
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.liMenuLevel1
{
    list-style-type: none;
    float: left;
}

a.linkMenuLevel1
{
    display: block;
    font-size: 12px;
    line-height: 31px;
    font-weight: bold;
    margin: 0 10px 0 10px;
    background: transparent url('../img/saz_menu.gif') repeat-x top center;
    color: #004625;
    text-decoration: none;
    text-align: center;
}

a.linkMenuLevel1:hover
{
    color: #ffffff;
    text-decoration: none;
    background-position: bottom center;
}

div.menu_left_image
{
    background: transparent url('../img/saz_menu_l.gif') no-repeat top left;
}

div.menu_right_image
{
    background: transparent url('../img/saz_menu_r.gif') no-repeat top right;
}

ul.ulMenuLevel2
{
    list-style-type:none;
    position: absolute;
    margin: 0;
    padding: 0;
    display: none;
    background-color: #02642f; 
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    KhtmlOpacity: .85;
    opacity: .85;
    font-size: 8pt;
    border: 1px solid #004625;
    border-top: none;
}

li.liMenuLevel2
{
    background: transparent url('../img/saz_menu_line1.gif') repeat-x top center;
}

li.liMenuLevel2:hover
{
    background: #62a426 url('../img/saz_menu_line1.gif') repeat-x top center;
}

li.liMenuLevel2 a
{
    display: block;
    font-size: 11px;
    text-decoration: none;
    display: block;
    color: #ffffff;
    padding: 10px 10px 5px 10px;
    min-width: 100px;
    width: auto !important;
    width: 100px;
}

li.liMenuLevel2 a:hover
{
    color: #000000;
    text-decoration: none;
}

li:hover ul , li.over ul
{
    display: block;
    font-size:8pt;
}

#mainMenuUL li>ul
{ 
    top: auto;
    left: auto;
    font-size:8pt;
}
