﻿dl, dt, dd, ul, li {
	margin: 0;
	padding:0;
	list-style-type: none;
}
#navigate_menu {
	position: absolute;
	z-index:100;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#navigate_menu dl {
	float: left;
	width: 145px;
}
#navigate_menu dt {
  font-size : 10px;
	height:21px;
	width:100px;
	cursor: pointer;
	text-align: center;
	background-repeat: no-repeat;
	border: 0px;
}
#navigate_menu dd {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}
#navigate_menu li 
{
	font-family: arial;
	text-align: left;
	background: #fff;
	height:15px;
	padding-top:0px;
	font-size : 7pt;
	font-weight : bold;
}
#navigate_menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0;
	font-weight : bold;
}
#navigate_menu dt a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px;
}
#navigate_menu li a:hover {
	background: #cbedfc;
	vertical-align:middle;
	height:15px;
}
#navigate_menu dt a:hover {
  height : 21px;
	background-position:0 -21px;
	background-repeat: no-repeat;
}
#navigate_menu dt:hover {
	height : 21px;
	background-position:0 -21px;
	background-repeat: no-repeat;
}

.opaque_menu {
	filter : progid:DXImageTransform.Microsoft.alpha(opacity=95); /* IE 5.5 et + */
	filter : alpha(opacity=95); /* IE < 5.5 */
	opacity:.95 /*Firefox et autres */
}
