/* ================================================================ 
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/final_drop.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 {
position:relative;
z-index:900;
}
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu li 
{
text-align: left;
float:left;
position:relative;
}
.menu a, .menu a:visited {
display:block;
}
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
left:0;
}

.menu ul ul ul{
top:0;
}

.menu table {position:absolute; top:0; left:0;}

.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
.menu ul :hover ul ul{
visibility:hidden;
}
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
