
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
z-index:100;
width: 760px;
height:55px;
margin-left: auto;
margin-right: auto;
}

#menu dl {
float: left;
margin: 0 1px;
}

#menu1 {
width: 123px;
}

#menu2 {
width: 151px;
}

#menu3 {
width: 149px;
}

#menu4 {
width: 152px;
}

#menu5 {
width: 156px;
}

#menu dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	height:60px;
	width:100px;
	
	

}

#menu dd {
width:100px;
	position: fixe;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #FFFFFF;	
	

}

#menu li {
	text-align: left;
	width:100px;
	text-indent: 10px;
	vertical-align: middle;
	background-color: #4faed1;
	background-image: url(images/menu-hp/fond-off.gif);
	background-repeat: repeat-x;
}

#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 18px;
}

#menu li a:hover, #menu dt a:hover {
	background-image: url(images/menu-hp/fond-on.gif);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #B7DEED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



