/* ================================================================ 
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 {
width:780px;
z-index:100;
font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:100px;
}
.menu li {
float:left;
width:100px;
position:relative;
}
.menu a, .menu a:visited {
display:block;
font-size:12px;
font-weight: bold;
text-decoration:none; 
color:#fff; 
width:100px; 
height:20px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background: #003196; 
padding-left:5px; 
line-height:20px;
}
* html .menu a, * html .menu a:visited {
width:100px;
w\idth:100px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background: #003196;

}
.menu ul ul a.drop:hover{
background: #003196;
}
.menu ul ul :hover > a.drop {
background: #003196;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
background: #003196;
}
.menu ul ul ul a:hover {
background: #003196;
}
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:21px;
left:0; 
width:90px;
}
* html .menu ul ul {
top:20px;
t\op:21px;
}
.menu ul ul ul{
left:100px; 
top:0;
width:100px;
}
.menu ul ul ul.left {
left:-100px;
}
.menu table {position:absolute; top:0; left:0;}
.menu ul ul a, .menu ul ul a:visited {
background: #003196; 
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:100px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:90px;
w\idth:90px;
}
.menu a:hover, .menu ul ul a:hover{
color:#600; 
background:#f8e61d;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background: #003196;
}
.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;
}
