#menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    background: #FFFFFF;
    _padding-bottom: 2px;
}

#menu li
{
    float: left;
    position: relative;
    width: 90px;
    font-size: 17px;
    padding-bottom: 0px;
	z-index: 20;
}

litest
{
    width: 0px;
    margin-right: 0px;
}

menu.li
{
    float: left;
    position: relative;
    width: 90px;
    margin-right: 0px;
    height: 100%;
    _padding-bottom: 0px;
}

li ul
{
    display: none;
    position: absolute;
    top: auto;
    left: 0px;
}

#level2 li ul
{
    display: none;
    position: absolute;
    top: 0px;
    left: 88px;
}

#menu li a
{
    font-size: 11px;
    font-weight: bold;
    font-family: arial, helvetica, verdana,;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    background: #3C99DC;
    padding: 0px 0px 0px 0px;
    text-align: left;
    height: 100%;
    min-height: 12px;
}

/* works for all browsers but firefox to correct padding \*/
html > body #menu li a
{
    padding-bottom: 1px;
}

li img
{
    float: left;
}

li:hover ul, li.over ul
{
    display: block;
}


#level2 li:hover ul, #level2 li.over ul
{
    display: block;
}


/* Fix IE. Hide from IE Mac \*/
* html #menu ul li
{
    float: left;
    height: 1%;
}
* html #menu ul li a
{
    height: 1%;
}
/* End */

#menu li a:hover
{
    background: #ED4320;
    text-decoration: none;
    color: #FFFFFF;
    height: 100%;
    min-height: 12px;
}

#level2 li a
{
    font-size: 10px;
    font-weight: bold;
    font-family: helvetica, verdana, arial;
    display: block;
    text-decoration: none;
    color: #ADCD51;
    background: #3c99dc;
    padding: 2px 2px 2px 2px;
    border-bottom: 0;
    height: 16px;
}

#level2 li a:hover
{
    background: #3c99dc;
    text-decoration: none;
}
