/* ================================================================ 
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/flyout5.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.flyout {
position:relative;
z-index:1000;
font-size:110%;
height:412px;
color:#fff;
background:#a9dee7;
width:174px;
margin:0 0 0 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.flyout ul {
padding:0;
margin:0;
list-style-type:none;
width:174px;
position:relative;
border:1px solid #008ab0;
border-width:1px 0 0 1px;
background:#6eb7ce;
color:#fff;
}

.flyout li {
background:transparent;
height:30px;
}
* html .flyout li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.flyout table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.flyout a, .flyout a:visited {
font-family:"Trebuchet MS", verdana, arial, sans-serif;
display:block; 
text-decoration:none;
height:29px;
line-height:29px;
color:#fff;
text-indent:5px;
border-bottom:1px dotted #008ab0;
background:transparent;

}
/* style the link hover */
* html .flyout a:hover {color:#fff; background:transparent;}

.flyout :hover > a {
color:#fff; 
background:#00627d;
width:169px;

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.flyout ul ul {
visibility:hidden;
position:absolute;
top:0;
left:100px;
}
/* make the second level visible when hover on first level list OR link */
.flyout ul li:hover ul,
.flyout ul a:hover ul {
visibility:visible;
background:#008ab0;
width:178px;
}
/* keep the third level hidden when you hover on first level list OR link */
.flyout ul :hover ul ul{
visibility:hidden;
background:#00627d;

}
/* keep the fourth level hidden when you hover on second level list OR link */
.flyout ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.flyout ul :hover ul :hover ul{ 
visibility:visible;
background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.flyout ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd;
}
.flyout ul ul li a {width:173px;}

.flyout ul.top2 {top:5px;}
.flyout ul.top3 {top:37px;}
.flyout ul.top4 {top:65px;}
.flyout ul.top5 {top:95px;}
.flyout ul.top6 {top:124px;}
.flyout ul.top7 {top:155px;}
.flyout ul.top8 {top:208px;}
.flyout ul.top9 {top:242px;}
.flyout ul.top10 {top:275px;}
.flyout ul.top11 {top:273px;}
.flyout ul.top12 {top:305px;}
.flyout ul.top13 {top:335px;}
.flyout ul.top14 {top:368px;}
.flyout ul.top15 {top:387px;}
.flyout ul.top16 {top:387px;}





