


#header {
	border: 1px solid Aqua;
	width: 100%;
	position: relative;
	vertical-align: top;
}

#subelement {
	border: 1px solid Fuchsia;
		position: relative;
}
ul
{
	padding:0;
	margin:0;
	list-style-type: none;
	display : inline;
		vertical-align: top;
}
li
{
	display:inline
}
#subelement li{
	display:list-item;
}

#menu {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 20px 1% 20px 2%;
	background: #fff;
	border: 5px solid #ccc;
	width: 30%; /* hack per ie5. non si sa mai */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 20%;
	}




