﻿/* reset default styles */
#menu, #menu ul
{
    margin: 0;
    padding: 0;
}
#menu li
{
    list-style-type: none;
}

/* first level background: #A3A94C;*/
#menu li, #menu a
{
    float: left;
    width: 86px;
    text-align: center;
    text-decoration: none;
}
#menu a
{
    display: block;
    background-image: url( '/templates/me2/images/bgmenu.jpg' );
    background-repeat: repeat-x;
    color: white;
    padding: 2px;
}
#menu a:hover, #menu a.menu_open
{
    background: #878C40;
}

/* second level and up */
#menu ul
{
    visibility: hidden;
    position: absolute;
    width: 105px;
}
#menu ul a
{
    background: #A3A94C;
    color: white;
    width: 105px;
    padding-left: 5px;
    text-align: left;
}
#menu ul a:hover, #menu ul a.menu_open
{
    background: #878C40;
}

/* third level (colors) */
#menu ul ul a
{
    background: #A3A94C;
}
#menu ul ul a:hover
{
    background: #878C40;
}
#menu .submenu
{
    border: none;
}
#menuwrapper
{
}
