/* ================================================================ 
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 {
font-family:Verdana, Arial, Helvetica, sans-serif;
width:91px; 
font-size:1em;
position:absolute;
top:204px;
margin-left:607px;
z-index:100;
border-top:1px solid #171b26; 
}
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:79px;
}
.menu li {
float:left;
width:79px;
position:relative;
}
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#bacadf; 
width:79px; 
height:16px; 
border:1px solid #171b26; 
border-width:0px 1px 1px 1px; 
background:#4a618c; 
padding:3px 0 0 10px;
background-image:url(img/bg-langbox.gif);
background-repeat:no-repeat;
background-position:0 -6px; 
}
* html .menu a, * html .menu a:visited {
width:79px;
w\idth:79px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#4a618c;
}
.menu ul ul a.drop:hover{
background:#4a618c;
}
.menu ul ul :hover > a.drop {
background:#4a618c;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#4a618c;
}
.menu ul ul ul a:hover {
background:#4a618c;
}
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:79px;
}
* html .menu ul ul {
top:18px;
t\op:20px;
}
.menu ul ul ul{
left:150px; 
top:0;
width:79px;
}
.menu ul ul ul.left {
left:-150px;
}
.menu table {position:absolute; top:0; left:0;}
.menu ul ul a, .menu ul ul a:visited {
background:#4a618c; 
color:#bacadf; 
height:10px; 
line-height:1em; 
padding:3px 10px 7px 10px; 
width:69px
}
* html .menu ul ul a{
width:39px;
w\idth:69px;
}
.menu a:hover, .menu ul ul a:hover{
color:#4b618c; 
background:#d7e0e9;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#4b618c;
background:#d7e0e9;
}
.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;
}
