/* ================================================================ 
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_left.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 {float:left; padding:0 0 20px 0; margin:0; list-style:none; font: 11px verdana, sans-serif; border:1px solid #000; border-color:#fff #fff #fff #fff; border-width:1px 2px 2px 1px; background:none; position:relative; z-index:200;}

#nav li li {border:1px solid #000; border-color:#5a6b73 #5a6b73 #5a6b73 #5a6b73; border-width:1px 2px 2px 1px; background:#fff;}
/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}

#nav li a {display:block; color:#5a6b73; margin:0 25px 0 10px; height:20px; line-height:20px; text-decoration:none; white-space:nowrap;}

#nav li:hover {position:relative; z-index:300;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav 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; color:red;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#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; color:red;}

/* 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:#5a6b73;}

/* ======================================================
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/flyout_4level.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.
========================================================= */
.menufly { margin: 0px; /*height: 100px; */font-size: 10px; font-family: verdana; line-height: 2em; }
.menufly ul { margin: 0pt; padding: 0pt; position: relative; z-index: 5; list-style-type: none; width: 206px; }
.menufly li { background-color: #EEF3F7; float: left; }
.menufly li ul li { background-color: #D50100; float: left;}
.menufly li.sub { background-color: #EEF3F7; }
.menufly table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 5; font-size: 1em; margin-top: -1px; }
.menufly a:link, .menufly a:visited, .menufly a:hover, .menufly a:active { border: 1px solid #ffffff; display: block; text-decoration: none; height: 1.8em; line-height: 1.8em; width: 206px; color: #000000; padding-left: 5px; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; }
.menufly b { float: right; margin-right: 5px; }
* html .menufly a, * html .menufly a:visited { width: 206px; }
* html .menufly a:hover { color: #ffffff; background-color: #B8C6D1; position: relative; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menufly li:hover { position: relative; }
.menufly a:active, .menu a:focus { color: #ffffff; background-color: #B8C6D1; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; line-height: 1.6em; }
.menufly li:hover > a { color: #ffffff; background-color: #B8C6D1; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menufly li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 150px; background-color: transparent; }
.menufly li:hover > ul { visibility: visible; }
.menufly ul a:hover ul ul { visibility: hidden; }
.menufly ul a:hover ul a:hover ul ul { visibility: hidden; }
.menufly ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menufly ul a:hover ul { visibility: visible; }
.menufly ul a:hover ul a:hover ul { visibility: visible; }
.menufly ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menufly ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }


