/* ================================================================ 
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.
================================================================ */

/* Used with permission of Stu Nicholls ---- granted 2007 Nov 24 */
/* IE does not properly render if menu is placed inside a table  */

#nav, 
#nav ul {padding:0 0 2px 0; margin:0; list-style:none; font: 16px Times New Roman,Times,serif; border:0px solid #000; border-color:#fd0 #fa0 #fa0 #fd0; border-width:1px 2px 2px 1px; background:#820; position:relative; z-index:20;}
#nav {height:25px; width:901px; padding:0;}

#nav table {border-collapse:collapse;}
#nav li {float:left; padding:0 10px 0 10px;}
#nav li li {float:none;}
#nav li a li {float:left;}		/* hack for IE5 and IE6 */

#nav li a {display:block; float:left; color:#fd3; height:25px; padding-right:5px; line-height:25px; font-weight: bold; text-decoration:none; white-space:nowrap;}
#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:30; background:#421;}
#nav a:hover {position:relative; z-index:30; text-decoration:none; color:#fd3;}

#nav :hover ul {left:0; top:22px;}
#nav a:hover ul {left:-10px;}		/* hack for IE5 and IE6 */

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}

/* hide other levels */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}

/* show path followed */
#nav li:hover > a {text-decoration:none; color:#fd3;}


/* show next flyout level in IE5 and IE6 */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

/* hide other levels in IE5 and IE6 */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
