/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropdown_3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav
{
    padding: 3px;
    margin: 98px 0px 20px 0px;
    list-style: none;
    height: 35px;
    position: relative;
    z-index: 500;
    font-family: arial, verdana, sans-serif;
    /*background: #0BB0B9;*/
    background: #46461F url('../images/headerShadedNew.gif' ) repeat;

}
#nav li.top
{
    display: block;
    float: left;
}
#nav li a.top_link
{
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 0 12px;
    cursor: pointer;
}
#nav li a.top_link span
{
    float: left;
    display: block;
    padding: 0 16px 0 8px;
    height: 35px;
}

#nav li:hover a.top_link
{
    color: #4A4A24;
    background: #fff url( '../images/menuHover.gif' ) repeat-x top;
}
#nav li:hover a.top_link span
{
    color: #4A4A24;
    background: #fff url( '../images/menuHover.gif' ) repeat-x top;
}
#nav li:hover a.top_link span.down
{
    color: #4A4A24;
    background: #fff url( '../images/menuHover.gif' ) repeat-x top;
}

/* Default list styling */

#nav li:hover
{
    position: relative;
    z-index: 200;
}

#nav li:hover ul.sub
{
    left: 1px;
    top: 35px;
    /*background: #0BB0B9;*/
    background: #46461F url( '../images/subMenuBG.gif' ) repeat;
    padding: 3px;
    border: 1px solid #0b4d97;
    width: 140px;
    height: auto;
    z-index: 300;
}
#nav li:hover ul.sub li
{
    display: block;
    height: 20px;
    position: relative;
    float: left;
    width: 140px;
    font-weight: normal;
}
#nav li:hover ul.sub li a
{
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    width: 140px;
    line-height: 18px;
    text-indent: 5px;
    color: #fff;
    text-decoration: none;
    border: 0px solid red;
}
#nav li:hover ul.sub li a:hover
{
    color: #4A4A24;
    background: #fff url( '../images/menuShaded1.gif' ) repeat-x top;
    width: 140px;
}

#nav ul
{
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu
{
    position: relative;
    height: 34px;
    padding: 0px 15px 0px 5px;
    margin: 98px 0px 20px 0px;
}