/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet 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.
=================================================================== */
#nav,
#nav ul {padding-left: 0px; margin:0; list-style:none; font: small verdana, sans-serif; border: none; position:relative; z-index:200; text-transform: uppercase;}
#nav {height:25px; width:100%; padding:0;}

#nav ul li { text-transform:none;}
#nav table {border-collapse:collapse;}
#nav li {float:left; padding:0 5px 0 6px; border-bottom: 1px solid #AAAAAA;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

/* #nav li a.current {font-weight: bold; background: url(../images/gradients/grad_button.gif) repeat-x;} */

#nav li a {display:block; float:left; color:#FFF; height:25px; padding-right:3px; line-height:23px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:25px; line-height:23px; float:none; color: #003399;}

#nav li:hover {position:relative; z-index:300; background: url(../images/layout/gradients/grad_button.gif) repeat-x;}
#nav a:hover {position:relative; z-index:300; text-decoration:none; color:#b75;}

#nav :hover ul {left:0; top:25px; background: #DDDDDD;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-5px; margin-left:100%; top:5px;}
/* 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:none; color:#FFFFFF;}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#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;}

/* keep further levels hidden */
#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;}

