/* CSS Document */
/* ================================================================ 
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/flyout4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:14px;;
width:auto;
margin:0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{padding:0; 
margin:0; 
list-style-type:none; 
width:auto;
font-size:14px; }

.menu li {
	position:relative;
	height:24px;
	left: 0;
}
.menu ul#step1 
{
left:200px;top:5px;position:absolute;width:150px;font-size:12px;background:#FFCC99;border-top:1px solid #000; 
}
.menu ul#step2 
{
left:150px;top:5px;position:absolute;width:170px;font-size:12px;background:#99FF66;border-top:1px solid #000; 
}
.menu ul#step2a 
{
left:160px;top:5px;position:absolute;width:160px;font-size:12px;background:#99FF66;border-top:1px solid #000; 
}
.menu ul#step3 
{
left:170px;top:5px;position:absolute;width:75px;font-size:12px;background:#B0E0E6;border-top:1px solid #000;
}

.menu ul#step4 
{
left:75px;top:5px;position:absolute;width:100px;font-size:12px;background:#B0C4DE;border-top:1px solid #000; 
}
.menu ul#step5 
{
left:100px;top:5px;position:absolute;width:100px;font-size:12px;background:#87ceeb;border-top:1px solid #000; 
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */

.menu a, .menu a:visited 
{display:block;
width:200;
color:#000; 
height:23px; 
line-height:22px;
line-width:150; 
text-decoration:none; 
text-indent:5px; 
list-style-type:none; 
background:transparent; 
border:1px solid #000; 
border-width:0 1px 1px 0;
font-family:Arial, Helvetica, sans-serif;
}

.menu a#main
{display:block;
width:150;
color:#000; 
height:23px;
line-height:22px;
line-width:150; 
text-decoration:none; 
text-indent:5px; 
list-style-type:none; 
background: url(/menu9.gif); 
border:none; 
border-width:0 1px 1px 0;
padding:0px 0px 0px 30px;
font-family:FlashDLig, Helvetica, sans-serif;
font-size:20px}
/* style the link hover */
* html .menu a:hover {color:#c00; background:#ffffe0;}
* html .menu a#main:hover {background:url(/menu8.gif) ; color:#c00;}
.menu :hover > a#main {background:url(/menu8.gif) ; color:#c00;}
.menu :hover > a {
color:#c00; 
background:#ffffe0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:150px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
height:autopx;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:auto;
}
/* keep the fifth level hidden when you hover on third level list OR link */
.menu ul :hover ul :hover ul :hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on forth level list OR link */
.menu ul :hover ul :hover ul :hover ul  :hover ul ul{
visibility:hidden;
}

/* make the fifth level visible when you hover over forth level list OR link */
.menu ul :hover ul :hover ul :hover ul :hover ul{ 
visibility:visible;
background:#87ceeb;
height:auto;
}
/* make the sixth level visible when you hover over fifth level list OR link */
.menu ul :hover ul :hover ul :hover ul :hover ul :hover ul{ 
visibility:visible;
background:#87ceeb;
height:auto;
}

