/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 102px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { 

	position: absolute;
	top: 68px;
	right: 0px;
	z-index: 2500;
  }
#nav *:hover { 
	color: #04122C;
	/*border-left : 2px solid #4C618B;*/
}

#nav a.onglet { 
  text-align: center;
	color: #0e99d3;
	text-decoration: none;
	display: block;
	width:102px;
	height: 16px;
	border: 0px;
	padding-top : 6px;
	letter-spacing: 0.03em;
	background-image:url("../interface/onglet.png") !important;
	background-image:url("../interface/onglet_ie.png");
	background-repeat: no-repeat;
	behavior:	url("../pngbehavior.htc");
}

#nav a.onglet:hover {
  font-weight: bold;
  letter-spacing: -0.02em;
}

#nav ul { 
  top: 25px; 
}

#nav li ul {
	border-left: 1px solid #fff;
	border-right: 2px solid #2a85ab;
	border-bottom : 1px solid #2a85ab;
	margin-top: -3px;
	background-color: #d6dee2;
	width:98px;
	z-index: 1500;
}

#nav li ul li {
  text-align: center;
	background: #fcfcfc;
	border-bottom : 1px solid #2a85ab;
	border-top : 1px solid #fff;
  padding : 2px 0px;
}

#nav li ul li a { 
	color: #0d99d4;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px;
	border-left : 2px solid #EBF1FF;
}

#nav li ul li a:hover {
  font-weight: normal;
	color: #0b86ba;
	border-left : 2px solid #0b74a1;
}
/*
#nav ul a.hover {
font-weight : bold;
}

#nav ul a {

  border-bottom: 1px solid white; 
  border-right: none; 
  opacity: 0.9; 
  filter: alpha(opacity=90); 

}
*/
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/*
#menu {
	position: absolute;
	top: 68px;
	right: 0px;
	z-index:150;
}
	
#menu dl {
	width:102px;
	height: 22px;
}

#menu dt {
	width:102px;
	height: 22px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-image:url("../interface/onglet.png") !important;
	background-image:url("../interface/onglet_ie.png");
	background-repeat: no-repeat;
	behavior:	url("../pngbehavior.htc");
	margin:0px;
}

#menu dd {
	display: none;
	border-left: 1px solid #fff;
	border-right: 2px solid #AABCD6;
	border-bottom : 1px solid #AABCD6;
	margin-top: 0px !important;
	margin-top: -5px;
}

#menu li {
	text-align: center;
	background: #EBF1FF;
	border-bottom : 1px solid #AABCD6;
	border-top : 1px solid #fff;
	height: 15px;
}

.ssmHaut{
	height: 28px !important;
}

#menu li a{
	color: #355797;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px;
	border-left : 2px solid #EBF1FF;
}

#menu dt a {
	color: #001A53;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	padding-top : 5px;	
}

#menu li a:hover{
	color: #04122C;
	border-left : 2px solid #4C618B;
}

#menu dt a:hover {
	color : #4974AB;
}*/

