.menu-content
{
    /*font-size: 0.8em;*/
    position: relative;
    background-color: #73B84D;
    border: solid 1px #3C9042;
}

.menu-content a
{
    color: #fff;
    text-decoration: none;
}
.menu-content a:hover
{
    color: #eee;
    text-decoration: none;
}
.menu-content h3
{
    margin-top: 1.5em;
    font-size: 1.1em;
    color: #3C9042;
}
.menu-content-right h3
{
    color: #000;
}
.right-column > h3:first-child
{
    margin-top: 0.6em;
}
.menu-content p
{
    margin: 0.6em 0;
    line-height: 1;
}

.menu-first-level
{
    color: #fff;
    padding: 0.5em 0.7em;
    height: 22px;
    /*margin-top: 2px;*/
    /*font-size: 1.2em;*/
    border-left: solid 1px #83C146;
    border-right: solid 1px #3F9044;
}
.menu-first-column
{
    border-left: 0;
}
.menu-last-column
{
    border-right: 0;
}

.menu-content-left
{
    padding: 0.5em;
    float: left;
    max-width: 29em;
}
.menu-content-right
{
    background: url(mediaHandler.ashx?media=0a7b7170-6df8-4bcb-aa0a-ceefa7ac9073/f2bdf0ba-9660-4afe-a695-6e29fc1dcae2);
    float: right;
    width: 200px;
    padding: 0.5em;
    background-color: #D1D2D4;
    color: #000;
}
.menu-content-right hr
{
    border: 0;
    width: 100%;
    height: 2px;
    background-color: #DBDBDD;
}

.left-column
{
    float: left;
    max-width: 13em;
    border-right: solid 1px #3C9042;
    padding-right: 1em;
}
.right-column
{
    float: left;
    max-width: 13em;
    padding-left: 1em;
}


ul.jd_menu
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;

    z-index:1000;
}
ul.jd_menu li
{
    float: left;
}

/* -- Sub-Menus -- */
ul.jd_menu ul
{
    position: absolute;
    display: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    z-index: 10000;
    /*height: auto;*/
}
ul.jd_menu ul li
{
    float: none;
    margin: 0px;
}

ul.jd_menu li.jdm_hover, ul.jd_menu li.jdm_active
{
    background-color: #73B84D;
}


/*** shadows for all but IE6 ***/
li.menu-first-level ul
{
    background:	url(mediaHandler.ashx?media=22fe3376-4a0f-4e56-b695-4edde9dc4068/81783c04-8ada-4c0e-a5f4-82dbbbe74e90) no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}

#menu-client-list
{
   font-size: 0.9em;
   line-height: 1.5;
}