/* CSS Document */

/*-------------General Element Class--------------------*/

/*#topMenu a:link, #topMenu a:visited, #topMenu a:active {
    color               : #FFF;
    text-decoration     : none;
    font-weight         : bold;
	display             : block;
	float               : right;
	padding             : 2px 20px;
	border-left         : 1px solid #FFF;
}

#topMenu a:hover {
    color               : #EEE;
}*/



#mainMenu{
/*	position             : absolute;
	top                  : 90px;
	right                : 0px;
	width                : 400px;
	height               : 35px;
	background-color     : #FFF;
	filter               : alpha(opacity=80);
	-moz-opacity         : 0.8;
	-khtml-opacity       : 0.8;
	opacity              : 0.8;*/

}

#mainMenu a:link, #mainMenu a:visited,  #mainMenu a:active {
    color               : #FFF;
    text-decoration     : none;
    font-weight         : bold;
	display             : block;
	float               : right;
	margin              : 0px 10px;
	margin-top			: 20px;
	margin-bottom       : 5px;
	padding             : 10px 10px 2px 10px;
	text-transform      : uppercase;
	font-size			: 11px;
}

#mainMenu a:hover {
	border-bottom       : 1px solid #FFF;
}

/*---------inglese------*/
#mainMenu_en a:link, #mainMenu_en a:visited,  #mainMenu_en a:active {
    color               : #FFF;
    text-decoration     : none;
    font-weight         : bold;
	display             : block;
	float               : right;
	margin              : 0px 9px;
	margin-top			: 20px;
	margin-bottom       : 5px;
	padding             : 10px 10px 2px 10px;
	text-transform      : uppercase;
	font-size			: 11px;
}

#mainMenu_en a:hover {
	border-bottom       : 1px solid #FFF;
}

/*---------francese------*/
#mainMenu_fr a:link, #mainMenu_fr a:visited,  #mainMenu_fr a:active {
    color               : #FFF;
    text-decoration     : none;
    font-weight         : bold;
	display             : block;
	float               : right;
	margin              : 0px 4px;
	margin-top			: 20px;
	margin-bottom       : 5px;
	padding             : 10px 10px 2px 10px;
	text-transform      : uppercase;
	font-size			: 11px;
}

#mainMenu_fr a:hover {
	border-bottom       : 1px solid #FFF;
}

/*---------spagnolo------*/
#mainMenu_sp a:link, #mainMenu_sp a:visited,  #mainMenu_sp a:active {
    color               : #FFF;
    text-decoration     : none;
    font-weight         : bold;
	display             : block;
	float               : right;
	margin              : 0px 6px;
	margin-top			: 20px;
	margin-bottom       : 5px;
	padding             : 10px 10px 2px 10px;
	text-transform      : uppercase;
	font-size			: 11px;
}

#mainMenu_sp a:hover {
	border-bottom       : 1px solid #FFF;
}

/*---------tedesco------*/
#mainMenu_de a:link, #mainMenu_de a:visited,  #mainMenu_de a:active {
    color               : #FFF;
    text-decoration     : none;
    font-weight         : bold;
	display             : block;
	float               : right;
	margin              : 0px 5.5px;
	margin-top			: 20px;
	margin-bottom       : 5px;
	padding             : 10px 10px 2px 9px;
	text-transform      : uppercase;
	font-size			: 11px;
}

#mainMenu_de a:hover {
	border-bottom       : 1px solid #FFF;
}

#chiudiLogo, #chiudiLogo_en, #chiudiLogo_fr, #chiudiLogo_sp, #chiudiLogo_de{
	float				: right;
	width				: 143px;
	height				: 80px;
	margin-right		: 92px;	
}

#chiudiLogo_en{
	margin-right		: 117px;	
}

#chiudiLogo_fr{
	margin-right		: 157px;	
}

#chiudiLogo_sp{
	margin-right		: 114px;	
}

#chiudiLogo_de{
	margin-right		: 149px;	
}