/* (c)MMX House of Graham */
/* http://www.houseofgraham.com */

ul
    {
        z-index:20;
        font-family: Arial, Verdana;
        font-size: 14px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
ul li
    {
        display: block;
        position: relative;
        float: left;
    }
li ul
    {
        display: none;
    }
#ern_menS
    {   color: #660000;
        background:#f8e6b6; 
    }
ul li a
    {
        display: block;
        text-decoration: none;
        font-weight: bold;
        color: #f8e6b6;
        border-top: 1px solid #ffffff;
        padding: 5px 15px 5px 15px;
        background: #660000 ;
        margin-left: 1px;
        white-space: nowrap;
    }
ul li a:hover
    {
        background: #f8e6b6 ;
        color:#660000;
    }
li:hover ul
    {
        display: block;
        position: absolute;
    }
li:hover li
    {
        float: none;
        font-size: 11px;
    }
li:hover a
    {
        background: #660000;
    }
li:hover li a:hover
    {
        background: #f8e6b6;
    }
/*
url(../images/ern_022.gif)
url(../images/ern_023.gif)
*/