div#container {
	width: 770px;
	background: #fff;
	position: relative;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

/* ################### END CONTAINER ################### */

/* ################### START HEADER ################### */
div#header {
	width: 760px;
	height: 69px;
	background: #fff;
	display: block;
	float: left;
	/* hack iestyle.css */
}
/* ################### END HEADER ################### */

/* ################### START HEADER MENU ################### */
div#header ul#header-menu {
	list-style: none;
	width: 545px;
	height: 25px;
	position: relative;
	top: -40px;
	left: 215px;
	overflow: hidden;
	/* hack iestyle.css e ie7style.css */
}
div#header ul#header-menu li {
	height: 25px;
	line-height: 25px;
	float: left;
	padding: 0 3px;
}
div#header ul#header-menu li label {
	height: 25px;
	line-height: 25px;
	float: left;
}
/* ################### END HEADER MENU ################### */

