/* ================================================================ 
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_up.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.
=================================================================== */
#bottomnav, 
#bottomnav ul {padding:0 0 5px 0; margin:0; list-style:none;   border-width:1px 2px 2px 1px; background:#fff; position:relative; z-index:200;}
#bottomnav {height:25px; padding:0;}

#bottomnav li {float:left;}
#bottomnav li li {float:none; background:#fff;}
/* a hack for IE5.x and IE6 */
* html #bottomnav li li {float:left;}

#bottomnav li a {display:block; float:left; margin:0 25px 0 10px; height:25px; line-height:25px; white-space:nowrap;}
#bottomnav li li a {height:20px; line-height:20px; float:none;}

#bottomnav li:hover {position:relative; z-index:300;}
#bottomnav li:hover ul {left:0; bottom:21px; top:auto;}
/* another hack for IE5.5 and IE6 */
* html #bottomnav li:hover ul {left:10px;}

#bottomnav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #bottomnav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#bottomnav li:hover li:hover > ul {left:-15px; margin-left:100%; bottom:-7px; top:auto;}
/* keep further levels hidden */
#bottomnav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#bottomnav li:hover > a { }


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#bottomnav li:hover li:hover ul,
#bottomnav li:hover li:hover li:hover ul,
#bottomnav li:hover li:hover li:hover li:hover ul,
#bottomnav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; bottom:-7px; top:auto;}

/* keep further levels hidden */
#bottomnav li:hover ul ul,
#bottomnav li:hover li:hover ul ul,
#bottomnav li:hover li:hover li:hover ul ul,
#bottomnav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#bottomnav li:hover a,
#bottomnav li:hover li:hover a,
#bottomnav li:hover li:hover li:hover a,
#bottomnav li:hover li:hover li:hover li:hover a,
#bottomnav li:hover li:hover li:hover li:hover li:hover a,
#bottomnav li:hover li:hover li:hover li:hover li:hover li:hover a
{}

/* hide futher possible paths */
#bottomnav li:hover li a,
#bottomnav li:hover li:hover li a,
#bottomnav li:hover li:hover li:hover li a,
#bottomnav li:hover li:hover li:hover li:hover li a,
#bottomnav li:hover li:hover li:hover li:hover li:hover li a
{}

ul ul.bottomsubmenu {  }
ul li ul.bottomsubmenu { }
ul li:hover ul.bottomsubmenu { border-left:solid 1px #b9b9b9;margin-left:4px;/*padding-bottom:4px;margin-bottom:4px;*/ }
ul li ul.bottomsubmenu li { position: relative; font-size: 13px;clear: left; }

