/* ================================================================ 
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/skeleton.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.
=================================================================== */
#horz-nav, 
#horz-nav ul {padding:0 0 5px 0; margin:0; list-style:none; position:relative; z-index:100; font-size:11px; background:#0b0502 url(images/menu_bg2.jpg) repeat-x top}
#horz-nav {height:25px; padding:0;}

#horz-nav table {border-collapse:collapse;}
#horz-nav li {float:left; padding:0 20px 0 10px; text-align: left;	}
#horz-nav li li {float:none; background: #5b849a; border:1px solid #6491aa; border-width:1px 1px 0 0; }
/* a hack for IE5.x and IE6 */
#horz-nav li a li {float:left; display: block; _width:200px; }

#horz-nav li a {display:block; float:left; color:#f7f1d4; height:25px; padding-right:5px; line-height:25px; text-decoration:none; white-space:nowrap; font-weight:bold; }
#horz-nav li li a {height:20px; line-height:20px; float:none; color: #f5f8f9; font-weight: normal; }
#horz-nav li li a:hover { color: #413a2e; } 

#horz-nav li:hover {position:relative; z-index:300; }
#horz-nav li li:hover {background: #dfc184; color: #413a2e; }
#horz-nav a:hover {position:relative; z-index:300; text-decoration:none; color: #e8c46e; }

#horz-nav :hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
#horz-nav a:hover ul {left:-10px;}

#horz-nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#horz-nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#horz-nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#horz-nav li:hover > a {text-decoration:none; color:#e8c46e;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#horz-nav a:hover a:hover ul,
#horz-nav a:hover a:hover a:hover ul,
#horz-nav a:hover a:hover a:hover a:hover ul,
#horz-nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

/* keep further levels hidden */
#horz-nav a:hover ul ul,
#horz-nav a:hover a:hover ul ul,
#horz-nav a:hover a:hover a:hover ul ul,
#horz-nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
