#menu dl, #menu dt, #menu dd, #menu ul, #menu li{
	margin: 0px;
	padding: 0px;
	list-style-type: square ;
}

#menu{
	position: relative;
	top: 10px;
	left: 10px;
	z-index: 50;
	width: 150px;
	height: auto;
}

#menu dt{
	cursor: pointer;
	background: #ffffff;
	height: 28px;
	width: 193px;
	margin: 2px 0px;
	font-size: 14px;
	border: 0px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	background: url('./images/ecomusee/btn_menu.jpg') top no-repeat;	
	margin-top: 6px;
	padding-top: 4px;
	text-align: left;
}

#menu dt a{
	margin-left:20px;
	font-size: 13px;
	color: #ffffff;
}

#menu .dt_on{
	cursor: pointer;
	text-align: left;
	background: #ffffff;
	height: 28px;
	width: 193px;
	margin: 2px 0px;
	border: 0px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	margin-top: 6px;
	padding-top: 4px;
	background: url('./images/ecomusee/btn_menu_on.jpg') top no-repeat;	
}

#menu dd{
	display: none;
	position: absolute;
	z-index: 50;
	left: 195px;
	margin-top: -27px;
	width: 250px;
	background-color: #ffffff;
	border: 1px solid #00b9ee;
}

#menu li{
	padding-left: 10px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
}

#menu li a, #menu dt a{
	text-decoration: none;
}

#menu li.niv2{
	margin-left: 10px;
	padding-left: 15px;
	clear: both;
	color: #00b9ee;
	list-style-type: none;
	min-height: 17px;
	_height: 17px;
	height: auto;
	overflow: hidden;
	background: #ffffff url('./images/ecomusee/puce_menu_niv2.jpg') 1px 5px no-repeat;
}

#menu li.niv2 a{
	position: relative;
	color: #00b9ee;
	overflow: hidden;
}

#menu li.niv2_on{
	margin-left: 10px;
	padding-left: 15px;
	clear: both;
	list-style-type: none;
	min-height: 17px;
	_height: 17px;
	height: auto;
	overflow: hidden;
	color: #9fbc0d;
	background: #ffffff url('./images/ecomusee/puce_menu_niv2_on.jpg') 1px 5px no-repeat;
}

#menu li.niv2_on a{
	position: relative;
	font-size: 11px;
	color: #9fbc0d;
	overflow: hidden;
}

#menu li.niv3{
	margin-left: 15px;
	color: #00b9ee;
	list-style-type: none;
	overflow: hidden;
	min-height: 17px;
	_height: 17px;
	height: auto;
	cursor: pointer;
	padding-left: 15px;
	background: #ffffff url('./images/ecomusee/puce_menu_niv3.jpg') 2px 7px no-repeat;
}

#menu li.niv3 a{
	position: relative;	
	color: #00b9ee;
	overflow: hidden;
}

#menu li.niv3_on{
	margin-left: 15px;
	color: #cc071e;
	list-style-type: none;
	overflow: hidden;
	min-height: 17px;
	_height: 17px;
	height: auto;
	padding-left: 15px;
	background: #ffffff url('./images/ecomusee/puce_menu_niv3_on.jpg') 2px 7px no-repeat;
}

#menu li.niv3_on a{
	position: relative;
	color: #cc071e;
	overflow: hidden;
}


