/*LANGUAGE*/
#language {
	height: 90px;
	width: 100px;
	position: absolute;
	z-index: 40;
	right: 81%;
	margin-right: -10px;
}
#language a {
	display: block;
	color: #707777;
	text-decoration: none;
	top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #b1b2b3;
	padding-top: 30px;
	line-height: 20px;
	float: right;
}
#language a:hover {
	color: #000;
}
.languageselected {
	font-size: large;
	color: #000;
	top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #b1b2b3;
	padding-top: 30px;
	line-height: 20px;
	float: right;
}

/*MENU TOP*/
#menuTOP {
	height: 90px;
	position: absolute;
	top:0px;
	z-index: 10;
	left: -10px;
}
#menuTOP a {
	display: block;
	color: #707777;
	text-decoration: none;
	top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #b1b2b3;
	padding-top: 30px;
	line-height: 20px;
	float: left;
}
#menuTOP a:hover {
	color: #000;
}
.menuTOPselected {
	font-size: large;
	color: #000;
	top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #b1b2b3;
	padding-top: 30px;
	line-height: 20px;
	float: left;
}

/*MENU LEFT*/
.menu_list {
	width: 15%;
	position: absolute;
	margin-left: 4%;
	top: 100px;
	left:-1px;
	bottom: 30px;
	z-index:1000;
}
.menu_head {
	display: block;
	text-decoration: none;
	text-align: right;
	cursor: pointer;
	position: relative;
	color: #707777;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.menu_tacca {
	position: relative;
	right:-10px;
	width:10px;
	background-color:#000;
	float: right;
	margin: 0;
}
.menu_head:hover{
	color: #000;
}
.menu_head a {
	display:block;
	color: #707777;
	text-decoration:none;
}
.menu_head a:hover {
	color: #000;
	text-decoration:none;
}
.active{
	font-size: large;
	color: #000;
}
.menu_body {
	display:none;
	background:none;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-bottom: 6px;
}
.menu_body a {
	display:block;
	color: #707777;
	text-decoration:none;
	margin-top: 6px;
	margin-bottom: 6px;
}
.menu_body a:hover {
	color: #000;
	text-decoration:none;
}

/*GHOST*/
.menu_body a.ghost {
	display:block;
	color: #ccc;
	text-decoration:none;
	margin-top: 6px;
	margin-bottom: 6px;
}
.menu_body a.ghost:hover {
	color: #ccc;
	text-decoration:none;
}
.menu_head a.ghost {
	display:block;
	color: #ccc;
	text-decoration:none;
}
.menu_head a.ghost:hover {
	color: #ccc;
	text-decoration:none;
}

#menuTOP a.ghost {
	color: #ccc;
}
#menuTOP a.ghost:hover {
	color: #ccc;
}
#language a.ghost {
	color: #ccc;
}
#language a.ghost:hover {
	color: #ccc;
}

