/* ================================================================ 
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/drop_line.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	position:relative;
	height:2.7em;
	padding-bottom:1px;
	margin-top:32px;
	clear:both;
	float:left;
	width:1030px;
	z-index:4;
}

* html .menu {padding-bottom:0;}

.menu ul{
	list-style-type:none;
	padding:0;
	margin:0 0 0 0;
	height:100%;
}

.menu ul li 
{
	background-image:none;
	width:140px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	height:80%;
	padding-top:10px;
	padding-left:0px; 
	padding-right:0px;
	float:left;
}

.menu ul li#home {
	background:url(../images/picto_home.png) no-repeat 2px 4px; 
	width:100px;
	padding-left:7px;
}
.menu ul li#home:hover {
	background-color:#003674;
}


.menu ul li#flags {
	margin-left:80px;
	padding-right:0px;
	text-align:right;
}

.menu ul li#flags:hover {
	margin-left:80px;
	padding-right:0px;
	text-align:right;
	color:#000066;
	background:transparent;
}


.menu li{
}

.menu ul ul li{
	margin-top:0px;
	margin-left:0px;
	font-size:12px;
	height:10px;
	clear:both;
	padding-left:0px;	
	padding-top:0px;
	width:300px;
}

.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
color:#7D7E80;
text-decoration:none;
}
.menu a em.lft, .menu :visited em.lft {
display:block;
float:left;
width:5px;
background: transparent url(drop/lefta.gif);
}
.menu a b, .menu :visited b {
display:block;
font-weight:normal;
float:left;
padding:0 10px;
height:2em;line-height:1.9em;
background: transparent url(drop/mida.gif);
cursor:pointer;
}
.menu a em.rgt, .menu :visited em.rgt {
	display:block;
	float:left;
	width:5px;
	height:2em;
	background: transparent url(drop/righta.gif);
}

.menu ul ul {
	visibility:hidden;
	height:20px;
	top:25px;
	left:-20px;
	width:100%;
	background:#FFF;
	border:none;
}

.menu :hover {
white-space:normal;
}

.menu a:hover b {
	color:#000;
	border-bottom-color:#ccc;
}
.menu a:hover em.lft {
	border-bottom-color:#ccc;
}
.menu a:hover em.rgt {
	border-bottom-color:#ccc;
}

.menu li:hover{
	background:#003674;
}

.menu li:hover > a{
	color:#FFF;
}

.menu li:hover > a b
{
	color:#000;
}

.menu a:hover{
	border-bottom:none;
}


.menu li:hover > a em.lft {
	border-bottom-color:#ccc;
}
.menu li:hover > a em.rgt {
	border-bottom-color:#ccc;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:25px;
	height:20px;
	margin-top:11px;
}

.menu ul :hover ul li {
	display:block; 
	border-left:1px solid #777; 
	background:#FFF; 
	height:20px;
}
.menu ul :hover ul li a {
	display:block; 
	font-size:0.8em; 
	height:20px;
	line-height:2.5em; 
	width:auto; 
	float:left; 
	color:#444; 
	padding:0 10px;
}

.menu ul :hover ul li a:hover {
	color:#3D89AD;
}
