﻿.MenuDiv
{
    height: 32px;
    background-color: #444444;
    color: White;   
}

.MenuDiv * a
{
     color: White;
     line-height: 32px;
     font-size: 12px;
     font-family: Sylfaen;
     text-decoration: none;
     display: list-item;
}

.ka * .MenuDiv a
{
    font-family: Sylfaen;
}

.de * .MenuDiv a
{
    font-family: Verdana;
}

.en * .MenuDiv a
{
    font-family: Verdana;
}

.MenuDiv ul.MenuWidgetUL
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.MenuDiv ul.MenuWidgetUL li
{
    float: left;
}

.MenuDiv ul.MenuWidgetUL li ul * a
{
    border-bottom: 1px dotted white;
    font-size: 12px;
    line-height: 26px;
    display: list-item;
    padding-right: 18px;
}

.MenuDiv ul.MenuWidgetUL li a
{
    padding-left: 10px;
    padding-right: 10px;
}

.MenuDiv ul.MenuWidgetUL li:hover
{
    background-color: #5cb42c;
    background-position: center;
    background-repeat: no-repeat;
}

.MenuDiv ul.MenuWidgetUL li a.Current
{
    background-color: #5cb42c;
    background-position: center;
    background-repeat: no-repeat;    
}

.MenuDiv ul.MenuWidgetUL li ul * a:hover, .MenuDiv ul.MenuWidgetUL li ul * a.Current, .MenuDiv ul.MenuWidgetUL li * li:hover 
{
    background-color: #444444;
    background-image: url('Images/MainMenuSubItemCurrentItemImage.gif');
    background-position: right;
    background-repeat: no-repeat;
}

.MenuDiv ul.MenuWidgetUL li ul li:Current a:hover
{
}

.MenuDiv ul.MenuWidgetUL li * li
{
    display: block;
    float: none;
}

.MenuDiv ul.MenuWidgetUL li * li:hover
{
    background-image: none;
}

.MenuDiv ul.MenuWidgetUL li ul
{
    display: block;
    background-color: #444444;
    position: absolute;
    top: 132px;
    left: inherit;    
    list-style-type:none;
    display: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-top: 1px solid white;
    width: 230px;
}

.MenuDiv ul.MenuWidgetUL li ul * ul
{
    border-top: none;
}

.MenuDiv ul.MenuWidgetUL li:hover ul
{
    display: block;
}

.MenuDiv ul.MenuWidgetUL li ul li ul
{     
    position: relative;
    top: 0;
}

.MenuDiv ul.MenuWidgetUL li ul li ul li, .MenuDiv ul.MenuWidgetUL li ul li ul li:hover
{
    border-bottom: 1px dotted white;
    padding-left: 18px;
    background-image: url('Images/MainMenuSubSubItemListImage.gif');
    background-position: left;
    background-repeat: no-repeat;
}

.MenuDiv ul.MenuWidgetUL li ul li ul li a
{
    border-bottom: none;
}

