#nav_container {
	margin: 0px;
	z-index:550;
	padding-left:10px;
	padding-bottom:0;
	padding-right:10px;
	padding-top:0;
}

ul#nav_site {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 690px;
	z-index:600;
	position:relative;
	font-size:14pt;
}

ul#nav_site li {
	margin-left: 1px;
	margin-bottom: 1px;
	margin-right: 7px;
	margin-top: 1px;
	z-index:650;
	display:block;
	float:left;
	cursor:pointer;
}

ul#nav_site li:last-child {
	margin-right: 0px;
}li#active {
	background-position:left bottom;
	background-repeat:no-repeat;
}

li.menu {
	position: relative;
	padding-left:3px;
	padding-bottom:7px;
	padding-right:3px;
	padding-top:7px;
	margin:0;
	width:94px;
	background-color:#339900;
	text-align:center;
}

li.menu:hover {
	background-color:#fcae11;
}

li.menu a {
	text-decoration:none;
	color:white;
}

li.menu a:hover {
	color:#1f521f;
}

li.ecohabitatsystem {
	height:30px;
	background-position:left top;
	background-image:url(../images/buttons/EcoHabitatSystem.png);
	width:157px;
	background-repeat:no-repeat;
}

li.ecohabitatsystem:hover {
	background-position:left bottom;
	background-repeat:no-repeat;
}

li.components {
	height:30px;
	background-position:left top;
	background-image:url(../images/buttons/EN/Components.png);
	width:119px;
	background-repeat:no-repeat;
}

li.components:hover {
	background-position:left bottom;
}

li.showhouse {
	height: 30px;
	background-image: url(../images/buttons/EN/ShowHouse.png);
	background-position: left top;
	width: 110px;
	background-repeat: no-repeat;
}

li.showhouse:hover {
	background-position: left bottom;
}

li.research {
	height: 30px;
	background-image: url(../images/buttons/EN/Research.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 84px;
}

li.research:hover {
	background-position: left bottom;
}

li.constructionmenu {
	left:-13px;
	position:relative;
	margin:0;
	width:82px;
	color:white;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#ffa611;
}

li.constructionmenu:hover {
	padding-right:3px;
	padding-left:3px;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#339900;
}

li.storage {
	height:12px;
}

li.constructionmaterial {
	height:24px;
}

li.downloads {
	height:30px;
	background-image:url(../images/buttons/Downloads.png);
	background-position:left top;
	width:101px;
	background-repeat:no-repeat;
}

li.downloads:hover {
	background-position:left bottom;
}

li.contact {
	height:30px;
	background-image: url(../images/buttons/EN/Contact.png);
	background-position:left top;
	width: 74px;
	background-repeat:no-repeat;
}

li.contact:hover {
	background-position:left bottom;
}

ul#subresearch {
	padding:0;
	margin:0;
	height:124px;
	display:none;
	left:-5px;
	z-index:150;
	position:relative;
	top:30px;
	width:102px;
	background-color:#1f521f;
	font-size:12px;
}


