ul {
	margin: 2px;
	padding: 2px;
	list-style: none;
	width: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}

ul li {
	position: relative;
	}	

li ul {
	position: absolute;
	left: 180px;
	*left: 178px;
	top: 0;
	display: none;
	width:189px;
	*width:193px;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #1d397a;
	background: #ffffff;
	padding:7px;
	margin:0px;
	border-bottom:1px solid #9fcbeb;
	padding-left: 27px;
	}

ul li a:hover {
	background-image: url(images/icone.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#9fcbeb;
	display: block;
	}	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 180px;
	border-left: 1px solid #9fcbeb;
	border-right:1px solid #9fcbeb;
	border-top:1px solid #9fcbeb;
	}

li:hover ul { display: block; }

li:hover ul, li.over ul { 
	display: block; }
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */					
