/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu
{
    width: 100%; 
    font-size: 65%;
    position: relative;
    z-index: 100;
    margin: 0px;
    padding: 0px
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.menu ul ul
{
    width: 105px;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
    float: left;
    position: relative;
}


/* style the links for the top level   - VG removed font-size: 8pt; */
.menu a, .menu a:visited 
{
    font-family: verdana; color: #000000; font-weight: normal; text-decoration: none; text-align: center;
    display: block;
    width: 89px;
    height: 30px; 
    border: 1px solid #fff; 
    border-width: 1px 1px 0px 0px;
    padding: 0px 8px 0px 8px; 
    line-height: 29px;
}

.menu a.SpecialFinancialRisks, .menu a.SpecialFinancialRisks:visited 
{
    width: 132px;
    padding: 0px 4px 0px 4px;
}

.menu a.WorkingWithUs, .menu a.WorkingWithUs:visited 
{
    width: 101px;
    padding: 0px 4px 0px 4px; 
}

.menu a.ContactUs, .menu a.ContactUs:visited 
{
    border-width: 1px 0px 0px 0px;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
    width: 89px;
    w\idth: 89px;
}

* html .menu a.SpecialFinancialRisks, * html .menu a.SpecialFinancialRisks:visited
{
    width: 132px;
    w\idth: 130px;
}

* html .menu a.WorkingWithUs, * html .menu a.WorkingWithUs:visited
{
    width: 101px;
    w\idth: 98px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
    background: #d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;
}


/* style the second level hover */
.menu ul ul a.drop:hover
{
    background: #c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop
{
    background: #c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited
{
    background: #e2dfa8;
}


/* style the third level hover */
.menu ul ul ul a:hover
{
    background: #b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 31px;
    left: 0; 
    width: 105px;
}


/* another hack for IE5.5 */
* html .menu ul ul
{
    top: 30px;
    t\op: 31px;
}


/* position the third level flyout menu */
.menu ul ul ul
{
    left: 192px; 
    top: 0;
    width: 175px;
}


/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
    left: -192px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
    position: absolute; top: 0; left: 0;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
    text-align: left;
    color: #000; 
    height: 30px;
    line-height: 29px;
    padding: 0px 8px 0px 8px; 
    width: 175px
}

.menu ul ul a.Legal, .menu ul ul a.Legal:visited
{
    background: #e28a9e
}

.menu ul ul a.Medical, .menu ul ul a.Medical:visited
{
    background: #c2deea
}

.menu ul ul a.AboutUs, .menu ul ul a.AboutUs:visited
{
    background: #fcd450
}

.menu ul ul a.ContactUs, .menu ul ul a.ContactUs:visited
{
    background: #c0c0c0
}

/* yet another hack for IE5.5 */
* html .menu ul ul a
{
    width: 175px;
    w\idth: 175px;
}


/* style the top level hover */
.menu a.Default:hover, .menu ul ul a.Default:hover
{
    color: #fff; 
    background: #fcd450;
}

.menu :hover > a.Default, .menu ul ul :hover > a.Default
{
    color: #fff;
    background: #fcd450;
}

.menu a.Legal:hover, .menu ul ul a.Legal:hover
{
    color: #fff; 
    background: #e28a9e;
}

.menu :hover > a.Legal, .menu ul ul :hover > a.Legal
{
    color: #fff;
    background: #e28a9e;
}

.menu a.Medical:hover, .menu ul ul a.Medical:hover
{
    color: #fff; 
    background: #c2deea;
}

.menu :hover > a.Medical, .menu ul ul :hover > a.Medical
{
    color: #fff;
    background: #c2deea;
}

.menu a.SpecialFinancialRisks:hover, .menu ul ul a.SpecialFinancialRisks:hover
{
    color: #fff; 
    background: #a7d3ad;
}

.menu :hover > a.SpecialFinancialRisks, .menu ul ul :hover > a.SpecialFinancialRisks
{
    color: #fff;
    background: #a7d3ad;
}

.menu a.AboutUs:hover, .menu ul ul a.AboutUs:hover
{
    color: #fff; 
    background: #fcd450;
}

.menu :hover > a.AboutUs, .menu ul ul :hover > a.AboutUs
{
    color: #fff;
    background: #fcd450;
}

.menu a.WorkingWithUs:hover, .menu ul ul a.WorkingWithUs:hover
{
    color: #fff; 
    background: #d6d4ff;
}

.menu :hover > a.WorkingWithUs, .menu ul ul :hover > a.WorkingWithUs
{
    color: #fff;
    background: #d6d4ff;
}

.menu a.ContactUs:hover, .menu ul ul a.ContactUs:hover
{
    color: #fff; 
    background: #c0c0c0;
}

.menu :hover > a.ContactUs, .menu ul ul :hover > a.ContactUs
{
    color: #fff;
    background: #c0c0c0;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
    visibility: visible; 
}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
    visibility: hidden;
}


/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{ 
    visibility: visible;
}
