.menu ul { font-family: helvetica; padding:0; margin:0; list-style-type:none; }
.menu ul ul { font-family: helvetica; width:80px; }
.menu li { font-family: helvetica; width:93.23px; position:relative; float: left; }
.menu a, .menu a:visited { display:block; font-size:11px; text-decoration:none; color:#fff; width:88px; height:20px; background:#5B87AC; padding-left:4px; line-height:20px; text-align: left; }
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:87px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited { color: #fff; background-color: #00628c; background-repeat: no-repeat; background-attachment: scroll; background-position: center bottom; }
.menu ul ul a.drop:hover{ background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; }
.menu ul ul :hover > a.drop { background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; }
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:70px;
}
* html .menu ul ul {
top:30px;
t\op:20px;
}
.menu table {position:absolute; top:0; left:0;}
.menu ul ul a, .menu ul ul a:visited { background:#d0ddd4; color:#000; font-weight: normal; height:16px; line-height:1em; text-align: left; vertical-align: middle; width:87px

 ; float: left; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; }
* html .menu ul ul a{
width:150px;
w\idth:86px;
}
.menu a:hover, .menu ul ul a:hover{ color:#fff; font-size: small; font-weight: inherit; background:#2e7790; }
.menu :hover > a, .menu ul ul :hover > a { color:#fff; background:#2e7790; text-decoration: none; }
.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;
}
