/* ================================================================ 
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;width:160px; font-size:1.1em; position:relative; z-index:100;border-right:0px solid #fff; margin: 0; padding: 0;}

/* hack to correct IE5.5 faulty box model */
* html .HeaderFlyOutMenu {width:160px; w\idth:160px;}

/* 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 {width:160px;text-align: left;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.HeaderFlyOutMenu li {float:left;width:160px;position:relative;}

/* style the links for the top level */
.HeaderFlyOutMenu a, .HeaderFlyOutMenu a:visited {display:block; font-weight: bold;text-decoration:none; color:#5B4C38; width:150px; height:32px; line-height:30px; padding-left:10px;	border-right: 1px solid #DDD9D1;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .HeaderFlyOutMenu a, * html .HeaderFlyOutMenu a:visited {width:149px; w\idth:149px; padding-top: 8px; height: 24px;}

/* style the second level background */
.HeaderFlyOutMenu ul ul a.drop, .HeaderFlyOutMenu ul ul a.drop:visited {width: 180px; color:#5B4C38; background:#F7F3F0;border-top: 1px solid #fff; border-bottom: 1px solid #CAC4BD; height: 16px; line-height:14px; border-right: 1px solid #ccc; border-left: 1px solid #fff;}

/* style the second level hover */
.HeaderFlyOutMenu ul ul a.drop:hover{width: 180px; background:#D0C6AF; border-right: 1px solid #fff;}

.HeaderFlyOutMenu ul ul :hover > a.drop {width: 180px; background:#D0C6AF; border-right: 1px solid #fff;}


/* style the third level background */
.HeaderFlyOutMenu ul ul ul a, .HeaderFlyOutMenu ul ul ul a:visited {width: 175px; color:#5B4C38;  background:#E2DBCC;border-top: 1px solid #fff; border-bottom: 1px solid #CAC4BD; height: 16px; line-height:14px; }

/* style the third level hover */
.HeaderFlyOutMenu ul ul ul a:hover {width: 175px; background:#D0C6AF;}


/* 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:32px;left:0; width:160px;}
/* another hack for IE5.5 */
* html .HeaderFlyOutMenu ul ul {top:32px;t\op:32px;}

/* position the third level flyout menu */
.HeaderFlyOutMenu ul ul ul{left:200px; top:0px; width:160px;}

/* position the third level flyout menu for a left flyout */
.HeaderFlyOutMenu ul ul ul.left {left:-148px;}

/* 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:#D9D5D2;  height:auto; line-height:1em; padding:5px 10px; width:140px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .HeaderFlyOutMenu ul ul a, * html .HeaderFlyOutMenu ul ul a:visited {width:175px;w\idth:175px;}

/* style the top level hover */
.HeaderFlyOutMenu a:hover, .HeaderFlyOutMenu ul ul a:hover{color:#5B4C38;background:#D0C6AF;}
.HeaderFlyOutMenu :hover > a, .HeaderFlyOutMenu ul ul :hover > a {color:#5B4C38;background:#D0C6AF;}

/* 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;width:110px; height:32px; font-size:0.85em; position:relative; z-index:100}
/* hack to correct IE5.5 faulty box model */
* html .HeaderDropDownMenu {width:100px; w\idth:100px;}
/* 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 {width:99px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.HeaderDropDownMenu li {float:left;width:99px;position:relative;}
/* style the links for the top level */
.HeaderDropDownMenu a, .HeaderDropDownMenu a:visited {display:block;font-size:11px;text-decoration:none; color:#333; width:98px; height:30px; border:1px solid #fff; border-width:1px 1px 1px 1px; background:#fff; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .HeaderDropDownMenu a, * html .HeaderDropDownMenu a:visited {width:99px; w\idth:98px;}

/* 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:31px;left:0; width:99px;border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html .HeaderDropDownMenu ul ul {top:30px;t\op:31px;}

/* 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:#D9D5D2; color:#333; height:auto; line-height:1em; padding:5px 10px; width:88px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .HeaderDropDownMenu ul ul a, * html .HeaderDropDownMenu ul ul a:visited {width:100px;w\idth:88px;}

/* style the top level hover */
.HeaderDropDownMenu a:hover, .HeaderDropDownMenu ul ul a:hover{color:#333; background:#c6beb9;}
.HeaderDropDownMenu :hover > a, .HeaderDropDownMenu ul ul :hover > a {color:#333;background:#c6beb9;}

/* 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; }