﻿/* ================================================================ 
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/menu5s/final_drop.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.
=================================================================== */

.menu5 
{
    left:618px;
    width:0px; 
    height:37px; 
    font-size:0.85em; 
    position:relative; 
    z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .menu5 {width:240px; w\idth:240px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu5 ul 
{
    padding:0;
    margin:0;
    list-style-type:none;
}

.menu5 ul ul {width:240px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu5 positon */
.menu5 li 
{
    float:left;
    width:240px;
    position:relative;
}

/* style the links for the top level */
.menu5 a, .menu5 a:visited 
{
    display:block;
    font-size:10pt;
    font-weight:bold;
    font-family:Helvectia, Arial, sans-serif ;
    text-align:center;
    text-decoration:none; 
    color:#005bab; 
    width:76px; 
    height:37px; 
    padding-left:0px; 
    line-height:37px;
    background: url(/images/menu/faqs_off.gif) 1px no-repeat;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu5 a, * html .menu5 a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu5 ul ul a.drop, .menu5 ul ul a.drop:visited 
{
background:#ffca29 bottom right no-repeat;
text-decoration:none;
font-family:Arial;
font-weight:normal;
color:#005bab;
text-align:left;
left:0; 
top:37px; 
padding:0px 0; 
white-space:nowrap; 
width:240px; 
border:0px solid #fff; border-width:1px 0px 0px 0px;
font-size:12px;
height:25px;
line-height:25px; text-indent:5px;
}

/* style the second level hover */
.menu5 ul ul a.drop:hover
{
background:#ffe490 bottom right no-repeat;
text-decoration:none;
font-family:Arial;
font-weight:normal;
color:#005bab;
left:0; 
top:37px; 
padding:0px 0; 
white-space:nowrap; 
width:240px; 
height:auto;
border-right-width:0px;
font-size:12px;
height:25px;
line-height:25px; text-indent:5px;
}
.menu5 ul ul :hover > a.drop 
{
background:#ffe490 bottom right no-repeat;
text-decoration:none;
font-family:Arial;
font-weight:normal;
color:#005bab;
left:0; 
top:37px; 
padding:0px 0; 
white-space:nowrap; 
width:240px; 
height:auto;
border-right-width:0px;
font-size:12px;
height:25px; line-height:25px; text-indent:5px;
}

/* style the third level background */
.menu5 ul ul ul a, .menu5 ul ul ul a:visited 
{
    background:#ffca29;
}
/* style the third level hover */
.menu5 ul ul ul a:hover 
{
    background:#ffe490;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu5 ul ul 
{
    visibility:hidden;
    position:absolute;
    height:0;
    top:37px;
    left:0; 
    width:240px;
}
/* another hack for IE5.5 */
* html .menu5 ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu5 */
.menu5 ul ul ul
{
    left:0px; 
    top:0px; 
    width:240px;
}

/* position the third level flyout menu5 for a left flyout */
.menu5 ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu5 table 
{
    position:absolute; 
    top:0; 
    left:0; 
    border-collapse:collapse;
}

/* style the second level links */
.menu5 ul ul a, .menu5 ul ul a:visited 
{
    background:rgb(255,212,45);
    color:rgb(0,0,153); 
    height:auto; 
    line-height:1em; 
    padding:5px 10px; 
    width:129px
}
/* yet another hack for IE5.5 */
* html .menu5 ul ul a, * html .menu5 ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu5 a:hover, .menu5 ul ul a:hover
{
    text-decoration:none;
    font-family:Arial;
    font-weight:bold;
    color:#005bab; 
    background: url(/images/menu/faqs_on.gif) 1px no-repeat;
}
.menu5 :hover > a, .menu5 ul ul :hover > a 
{
    text-decoration:none;
    font-family:Arial;
    font-weight:bold;
    color:#005bab; 
    background: url(/images/menu/faqs_on.gif) 1px no-repeat;
}

/* make the second level visible when hover on first level list OR link */
.menu5 ul li:hover ul,
.menu5 ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu5 ul :hover ul ul{visibility:hidden;left:240px;}

/* make the third level visible when you hover over second level list OR link */
.menu5 ul :hover ul :hover ul{ visibility:visible;}
