/* ================================================================ 
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.stunicholls.com/menu/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.
=================================================================== */
#nav, 
#nav ul { padding:0; margin:auto; width:780px; list-style:none; font: bold 13px Helvetica, Arial; background: #dff8b4; position:relative; z-index:200; }
#nav { height:25px; }

#nav li { float:left; }
#nav li li { background: #f2ffda; float:none; }
/* a hack for IE5.x and IE6 */
* html #nav li li {float:left;}

#nav li a {display:block; float:left; color:#000; margin:0 10px; height:25px; line-height:25px; text-decoration:none; white-space:nowrap; }
#nav li li a { height:25px; line-height:20px; background-color: #f2ffda; float:none; }

#nav li:hover { position:relative; z-index:300; }
#nav li:hover ul { background-color: #f2ffda; left:-3px; top:24px; border: solid 2px #dff8b4; }
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {left:10px;}

#nav ul { font-weight: normal; position:absolute; left:-9999px; top:-9999px; width:auto; padding-left: 0; }
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:underline;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:underline;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#000;}
.dividerhorizontal { background-color: #fff; width: 3px; height: 25px; }
.dividervertical { background-repeat: no-repeat; height: 5px; }

