﻿ul#nav {
	float:left;
	margin:0; 
	padding:0;
	list-style:none;
	font-size:10px;
	width:665px;
}
#nav li {
	/*float the main list items*/
	margin: 0;
	padding: 0;
	float: left;
	position:relative;
}

li#presentation { width:99px; }
li#activity { width:70px; }
li#reports { width:70px; }
li#agenda { width:69px; }
li#network { width:73px; }
li#pressarea { width:88px; }
li#contact { width:69px; }
li#en { width:44px; }
li#fr { width:43px; }

#nav li a {
	/*for all links in the list*/
	display: block;
	color: #fff;
	font-weight: bold;
	height: 21px;
	margin:0;
	padding: 8px 0 0 0;
	background:#00679c url(/images/common/menu/fond_ht.gif) 0 0 repeat-x;
	border-right: #0092da dotted 1px;
	text-align:center;
	text-decoration:none;
}
li#presentation a { width:98px; }
li#activities a { width:69px; }
li#reports a { width:69px; }
li#agenda a { width:68px; }
li#network a { width:72px; }
li#pressarea a { width:87px; }
li#contact a { width:68px; }
li#en a { width:43px; }
li#fr a { width:42px; }

#nav li.on a, #nav li:hover a, #nav li.over a, #nav li a:hover {
	background:url(/images/common/menu/fond_ht_over.gif) 0 0 repeat-x;
	color: #fff;
}


#nav li ul {
	/*put the subnavs below and hide them all*/
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	padding: 0;
	margin:0;
	list-style:none;
}


#nav li.over ul, #nav li:hover ul {
	/*display active subnav list*/
	display: block;
}

#nav ul li, #nav li#presentation li, #nav li#activity li, #nav li#agenda li {
	width:200px;
}
#nav li ul a, #nav li.on ul a, #nav li:hover ul a, #nav li.over ul a, #nav li#presentation li a, #nav li#activity li a, #nav li#agenda li a {
	display:block;
	border: 0;
	color: #fff;
	margin: 0;
	background:#00679c url(/images/common/fonds/pointil_blanc.gif) 0 bottom repeat-x;
	text-align:left;
	height: 20px;
	padding: 6px 12px 0 12px;
	width:176px;
}
#nav li ul a:hover, #nav li#presentation li a:hover, #nav li#activity li a:hover, #nav li#agenda li a:hover { color:#007ab6; background:#fed001 url(/images/common/fonds/pointil_blanc.gif) 0 bottom repeat-x; }