/* ================================================================ 
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/dd_valid.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.
=================================================================== */
.hormenu {width:770px; height:32px; color:#fff; text-align:center; font-size:11px; position:relative; z-index:100; margin:5px 0px 0px 0px; }
/* hack to correct IE5.5 faulty box model */
* html .hormenu {width:770px; w\idth:770px;}
/* remove all the bullets, borders and padding from the default list styling */
.hormenu ul {padding:0; margin:0; list-style-type:none;}
.hormenu ul ul {width:200px;}
.hormenu ul ul ul {width:200px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.hormenu li {float:left; width:107px; position:relative;}
/* style the links for the top level */
.hormenu a, .hormenu a:visited {display:block; font-size:11px; text-decoration:none; padding:6px 0px 6px 0px; color:#fff; width:107px; border:1px solid #b28e2e; background:#000; line-height:18px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .hormenu a, * html .hormenu a:visited {width:107px; w\idth:106px; font-size:11px; }

/* style the second level background */
.hormenu ul ul a.drop, .hormenu ul ul a.drop:visited { background-color:#000; color:#fff;  text-decoration:none; font-size:11px;}
/* style the second level hover */
.hormenu ul ul a.drop:hover{ background-color:#b28e2e;  color:#fff;  text-decoration:none; font-size:11px;}
.hormenu ul ul :hover > a.drop { background-color:#b28e2e;  color:#fff;  text-decoration:none; font-size:11px;}
/* style the third level background */
.hormenu ul ul ul a, .hormenu ul ul ul a:visited {background:#000; color:#fff;  text-decoration:none; font-size:11px;}
/* style the third level hover */
.hormenu ul ul ul a:hover {background:#b28e2e; color:#fff;  text-decoration:none; font-size:11px;}
/* style the fourth level background */
.hormenu ul ul ul ul a, .hormenu ul ul ul ul a:visited {background:#000; color:#fff;  text-decoration:none; font-size:11px;}
/* style the fourth level hover */
.hormenu ul ul ul ul a:hover {background:#b28e2e; color:#fff;  text-decoration:none; font-size:11px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.hormenu ul ul {visibility:hidden; position:absolute; height:0; top:31px; left:0; width:205px; }
.hormenu ul ul ul {visibility:hidden; position:absolute; height:0; top:31px; left:0; width:205px; }
.hormenu ul ul ul ul{visibility:hidden; position:absolute; height:0; top:31px; left:0; width:205px; }
/* another hack for IE5.5 */
* html .hormenu ul ul {top:30px; t\op:31px;}
* html .hormenu ul ul ul {top:30px; t\op:0px;}
* html .hormenu ul ul ul ul{top:30px; t\op:0px;}

/* position the third level flyout menu */
.hormenu ul ul ul{left:227px; top:-1px; width:205px;}
/* position the fourth level flyout menu */
.hormenu ul ul ul ul{left:227px; top:-1px; width:205px;}

/* position the second level flyout menu for a left flyout */
.hormenu ul ul.left {left:-118px;}
/* position the third level flyout menu for a left flyout */
.hormenu ul ul ul.left {left:-118px;}
/* position the fourth level flyout menu for a left flyout */
.hormenu ul ul ul ul.left {left:-118px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.hormenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.hormenu ul ul a, .hormenu ul ul a:visited {background:#000; color:#fff; height:auto; line-height:17px; padding:5px 10px; width:205px;  text-decoration:none; font-size:11px;}
/* yet another hack for IE5.5 */
* html .hormenu ul ul a, * html .hormenu ul ul a:visited {width:205px; w\idth:205px;  text-decoration:none; font-size:11px;}

/* style the top level hover */
.hormenu a:hover{color:#fff; background:#b28e2e;  text-decoration:none; font-size:11px;}
.hormenu ul ul a:hover{color:#fff; background:#b28e2e; text-decoration:none; font-size:11px;}
.hormenu :hover > a {color:#fff; background:#b28e2e; text-decoration:none; font-size:11px;} 
.hormenu ul ul :hover > a {color:#fff; background:#b28e2e; text-decoration:none; font-size:11px;}

/* make the second level visible when hover on first level list OR link */
.hormenu ul li:hover ul,
.hormenu ul a:hover ul{visibility:visible;  text-decoration:none; font-size:11px;}
/* keep the third level hidden when you hover on first level list OR link */
.hormenu ul :hover ul ul{visibility:hidden; text-decoration:none; font-size:11px;}
/* make the third level visible when you hover over second level list OR link */
.hormenu ul :hover ul :hover ul{ visibility:visible; text-decoration:none; font-size:11px;}

/* keep the fourth level hidden when you hover on first level list OR link */
.hormenu ul :hover ul :hover ul ul{visibility:hidden; text-decoration:none; font-size:11px;}
/* make the fourth level visible when you hover over second level list OR link */
.hormenu ul :hover ul :hover ul :hover ul{ visibility:visible; text-decoration:none; font-size:11px;}
