/* Inspired by http://www.cssplay.co.uk/menus/final_drop2.html, modified for argotech.de by Adrian Koltermann, zerodata.de */

/* ================================================================ 
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{
margin:0;
height:2.1em;
width:100%;
background-color:#39719c;
z-index:1;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
padding:0;
margin:0;
list-style-type:none;
border-top:#FFFFFF solid 0.2em;
}
#menu ul ul {
width:16em;
border:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li{
float:left;
position:relative;
xwidth:10em;
}
/* style the links for the top level */
#menu a, #menu a:visited {
display:block;
font-size:14px;
text-decoration:none; 
color:#fff; 
width:8.5em; 
height:1.35em;
xbackground:#003479;  
text-align:left;
padding-left:0.5em;
border-right:#FFFFFF solid 0.1em;
font-weight:bold;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:1.9em;
left:0; 
width:150px;
}

/* 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;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
background:#7393AD; 
color:#FFF; 
height:auto; 
line-height:1em; 
width:10em;
font-size:12px;
padding-bottom:0.5em;
padding-top:0.5em;
font-weight:normal;
}

/* style the special third level links */
#menu ul ul ul a.amplifier, #menu ul ul ul a.amplifier:visited {
width:20.5em;
white-space:nowrap;
}

/* style the second level hover */
#menu ul ul a:hover{
background:#9eb6e1;
color:#FFFFFF;
}
#menu ul ul :hover > a {
background:#9eb6e1;
color:#FFFFFF;
}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
background:#7393AD;
}
/* style the third level hover */
#menu ul ul ul a:hover {
background:#b2ab9b;
}
#menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* style the top level hover */
#menu a:hover{
color:#FFF; 
background:#9eb6e1;
}
#menu :hover > a{
color:#FFF;
background:#9eb6e1;
}
/* position the third level flyout menu */
#menu ul ul ul{
left:12.6em; 
top:0;
width:10em;
border-left:#FFFFFF solid 0.1em;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
visibility:visible;
}


#menu a.current,
#menu ul a.current,
#menu ul ul a.current{
background-color:#9eb6e1;
color:#333333;
font-weight:bold;
}

/* LANGUAGE SELECTION*/
#lang{
margin:0em;
xmargin-left:0;
xmargin-right:0;
xtext-transform:none;
position:absolute;
top:1em;
right:1em;
color:#CCCCCC;
padding-bottom:0.5em;
padding-top:0.5em;
background:none;
}
#lang img,
#lang a img{
xmargin:0.6em;
margin:0;
margin-left:0.1em;
padding:0;
height:1.1em;
width:1.6em;
border:#000000 solid 1px;
}
#lang img.current{
border:#FF0000 solid 0.1em;
}
#lang a{
margin:0;
padding:0;
font-size:1em;
display:inline;
background:none;
}
#lang a:hover{
background:none;
}
span.right{
position:absolute;
right:0.5em;
}