/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at menus/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.
=================================================================== */

.HeaderFlyOutMenu {float:left; position:relative; z-index:100;border-right:0px solid #fff;margin-right: 1px;}
/* hack to correct IE5.5 faulty box model */
* html .HeaderFlyOutMenu {}
/* remove all the bullets, borders and padding from the default list styling */
.HeaderFlyOutMenu ul {padding:0;margin:0;list-style-type:none;}
.HeaderFlyOutMenu ul ul {text-align: left;width:109px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.HeaderFlyOutMenu li {float:left;position:relative;}
/* style the links for the top level */
.HeaderFlyOutMenu a, .HeaderFlyOutMenu a:visited {display:block;text-decoration:none; color:#333; padding: 5px 16px 2px 16px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .HeaderFlyOutMenu a, * html .HeaderFlyOutMenu a:visited {padding: 5px 16px 2px 16px;}

/* style the second level background */
.HeaderFlyOutMenu ul ul a.drop, .HeaderFlyOutMenu ul ul a.drop:visited {background:#fff; width: 109px}
/* style the second level hover */
.HeaderFlyOutMenu ul ul a:hover{background:#FCD9B0; }
.HeaderFlyOutMenu ul ul :hover > a.drop {background:#FCD9B0;}
.HeaderFlyOutMenu ul ul ul li.top { border-top: 1px solid #bbb}
/* style the third level background */
.HeaderFlyOutMenu ul ul ul a, .HeaderFlyOutMenu ul ul ul a:visited {background:#fff; width: 170px; margin: 0; }
*html .HeaderFlyOutMenu ul ul ul a, .HeaderFlyOutMenu ul ul ul a:visited {background:#fff; width: 170px;}
/* style the third level hover */
.HeaderFlyOutMenu ul ul ul a:hover {background:#FCD9B0;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.HeaderFlyOutMenu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; }
/* another hack for IE5.5 */
* html .HeaderFlyOutMenu ul ul {top:30px;t\op:30px;}

/* position the third level flyout menu */
.HeaderFlyOutMenu ul ul ul{left:130px; top:-1px; width:158px;}

/* position the third level flyout menu for a left flyout */
.HeaderFlyOutMenu ul ul ul.left {left:-129px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.HeaderFlyOutMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.HeaderFlyOutMenu ul ul a, .HeaderFlyOutMenu ul ul a:visited {background:#ddd; color:#333; padding:2px 10px; width:128px;  border-left: 1px solid #bbb; border-right: 1px solid #bbb; border-bottom: 1px solid #ddd}
/* yet another hack for IE5.5 */
* html .HeaderFlyOutMenu ul ul a, * html .HeaderFlyOutMenu ul ul a:visited {width:140px;w\idth:140px;}

/* style the top level hover */
.HeaderFlyOutMenu a:hover, .HeaderFlyOutMenu ul ul a:hover{color:#333; background:#FCD9B0;}
.HeaderFlyOutMenu :hover > a, .HeaderFlyOutMenu ul ul :hover > a {color:#333;background:#FCD9B0;}

/* make the second level visible when hover on first level list OR link */
.HeaderFlyOutMenu ul li:hover ul,
.HeaderFlyOutMenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.HeaderFlyOutMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.HeaderFlyOutMenu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at menus/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.
=================================================================== */

.HeaderDropDownMenu {float:left;position:relative; z-index:100;margin-right: 1px;}
/* hack to correct IE5.5 faulty box model */
* html .HeaderDropDownMenu {}
/* remove all the bullets, borders and padding from the default list styling */
.HeaderDropDownMenu ul {padding:0;margin:0;list-style-type:none;}
.HeaderDropDownMenu ul ul {text-align: left}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.HeaderDropDownMenu li {float:left;position:relative;}
/* style the links for the top level */
.HeaderDropDownMenu a, .HeaderDropDownMenu a:visited {display:block;text-decoration:none; color:#333; padding: 5px 17px 2px 17px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .HeaderDropDownMenu a, * html .HeaderDropDownMenu a:visited {padding: 5px 16px 2px 16px;}

/* style the second level hover */
.HeaderDropDownMenu ul ul a.drop:hover{background:#D9D5D2 url(graphics/drop.gif) bottom right no-repeat;}
.HeaderDropDownMenu ul ul :hover > a.drop {background:#D9D5D2 url(graphics/drop.gif) bottom right no-repeat;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.HeaderDropDownMenu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:110px;}
/* another hack for IE5.5 */
* html .HeaderDropDownMenu ul ul {top:30px;t\op:30px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.HeaderDropDownMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.HeaderDropDownMenu ul ul a, .HeaderDropDownMenu ul ul a:visited {background:#fff; color:#333; padding:2px 10px; width:140px;border-left: 1px solid #bbb; border-right: 1px solid #bbb; border-bottom: 1px solid #ddd}
/* yet another hack for IE5.5 */
* html .HeaderDropDownMenu ul ul a, * html .HeaderDropDownMenu ul ul a:visited {width:140px;w\idth:140px;}

/* style the top about level hover */
.HeaderDropDownMenu a.about:hover, .HeaderDropDownMenu ul ul a.about:hover{color:#333; background:#FDEBB5;}
.HeaderDropDownMenu :hover > a.about, .HeaderDropDownMenu ul ul :hover > a.about {color:#333;background:#FDEBB5;}

/* style the top family level hover */
.HeaderDropDownMenu a.family:hover, .HeaderDropDownMenu ul ul a.family:hover{color:#333; background:#DCEEE4;}
.HeaderDropDownMenu :hover > a.family, .HeaderDropDownMenu ul ul :hover > a.family {color:#333;background:#DCEEE4;}

/* style the top customer service level hover */
.HeaderDropDownMenu a.customer:hover, .HeaderDropDownMenu ul ul a.customer:hover{color:#333; background:#CBDCFB;}
.HeaderDropDownMenu :hover > a.customer, .HeaderDropDownMenu ul ul :hover > a.customer {color:#333;background:#CBDCFB;}


/* make the second level visible when hover on first level list OR link */
.HeaderDropDownMenu ul li:hover ul,
.HeaderDropDownMenu ul a:hover ul{visibility:visible; }
