/* ================================================================ 
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_drop2.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.
=================================================================== */
/* style the outer div to give it width */

.menu{
position:relative;z-index:100;
}

.menu a, .menu a:visited {
line-height:24px;
width:99px;
}


.menu ul ul a.txt_lrg, .menu ul ul a.txt_lrg:visited {
padding:5px 9px 5px 10px; 
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:1px; 
width:119px;
}

.menu ul ul ul{
left:121px; 
top:0;
width:119px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

.menu ul li a {
display:block;
}
.menu ul li a.hide, .menu ul li a:visited.hide {display:none;}
.menu ul li a:hover ul li a.hide {display:none;}