﻿/* top nav menu styles */

#jsddm
{
    margin: 0;
    padding: 0;
}

#jsddm li
{
    float: left;
    list-style: none;
}

#jsddm > li
{
    font-size: 16px;
    margin-right: 1px;
}

#jsddm li a
{
    text-decoration: none;
    white-space: nowrap;
    border-top-style: none;
}

#firstmenucontainer { width: 220px; } /* determines the space between the first and second menu item */ 
#secondmenucontainer { width: 140px; } /* determines the space between the second and third menu item */
#newmenucontainer {
    width: 70px;
}
#thirdmenucontainer {
    width: 130px;
} /* determines the space between the third and fourth menu item */
#fourthmenucontainer {
    width: 135px;
} /* determines the space between the fourth and fifth menu item */ 
#fifthmenucontainer { width: 100px; }
#firstmenucontainer a {
    width: 260px !important;
}
#secondmenucontainer a {
    width: 305px !important;
}
#thirdmenucontainer a {
    width: 200px !important;
}
#fifthmenucontainer a {
    width: 150px !important;
}

#jsddm > li > a
{
    line-height: 110px;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
}



#jsddm li ul /* the drop-down menu itself */
{
    margin: 0;
    margin-left: -4px; /* determines how far to the left of the text the menu appears */
    margin-top: -20px; /* determines how far under the text the menu appears */
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
}

#jsddm li ul li
{
    float: none;
    display: inline;
}

#jsddm li ul li a
{
    padding: 5px 12px;
    color: #FFFFFF;
    margin-left: 10px;
    padding-left: 0;
    margin-right: 10px;
    padding-right: 0;
    border-bottom: 1px solid #464646;
    width: 245px;
    font-size: 16px;
    display: block;
}

#jsddm li ul li a:hover
{
    background: #363636;
    color: #999999;
}
