#nav
{
    /*(
    position: absolute;
    top: 100px;
    left: 0px;
    padding: 3px 0 0 10px;
    margin: 0px 0 0 0;
    */
    padding-top: 9px;
    height: 35px;
    /*vertical-align: bottom;*/
}
 
#nav a, #nav a:visited
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border: none;
    display: block;
    width: auto;
    background: transparent;
}

#nav ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
    list-style-position: outside;
}

#nav li
{
    float: left; 
    position: relative;
    margin-right: 6px;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}

#nav li.navtab
{
    background: transparent url('/host/portage/Image/site/default_tab_background.gif') no-repeat left top;
    width: 151px;
    height: 29px;
    padding-top: 7px;
    padding-bottom: 0px;
}

.myportage #nav li.navtab
{
    background: transparent url('/host/portage/Image/site/default_tab_background_blue.gif') no-repeat left top;
}

#nav li.current
{
    background: transparent url('/host/portage/Image/site/current_tab_background.gif') no-repeat left top;
    margin-top: 1px;
    height: 28px;
    padding-bottom: 0px;
}

#nav li.navtab:hover
{
    background: transparent url('/host/portage/Image/site/hover_tab_background.gif') no-repeat left top;
    padding-bottom: 0px;
    /*
    */
    height: 30px;
    background-color: #394C83;
}

#nav li ul
{
    padding-top: 6px;
    display: none;
    z-index: 9999;

    /*
    position: absolute;
    top: 1em;
    left: 0px;
    */
}

#nav li ul li a, #nav li ul li a:visited
{
    font-weight: normal;
    padding-top: 8px;
    padding-right: 10px;
    z-index: 9999;
}

#nav li ul li
{
    float: none;
    display: block;
    width: 200px;
    text-align: left;
    z-index: 10000;
    /*background-color: #006B4D;*/
    background-color: #394C83;
    text-align: left;
    padding-left: 10px;
}

/*
.myportage #nav li ul li
{
    background-color: #5281BD;
}
*/

#nav li ul li:hover
{
    background-color: #20A57B;
    z-index: 9999;
}

.myportage #nav li ul li:hover
{
    background-color: #5281BD;
}

#nav li > ul
{
    top: auto;
    left: auto;
}

#nav li:hover ul, #nav li.over ul
{
    display: block;
}


/*  IE 6 hacks to make the nav work right */

* html #nav
{
    height: 44px;
}

* html #nav li ul
{
    padding-top: 28px;
    position: absolute;
    top: 1em;
    left: 0px;
}

