@charset "UTF-8";
/* CSS Document */

#head_box {
	position:relative;
	height:177px;
	width:800px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-image:url(../images/index/head.jpg);
}

#italian_flag_box {
	position:relative;
	height:20px;
	width:30px;
	float:right;
	margin-right:20px;
	background-image:url(../images/common/italian_flag.jpg);
}

#english_flag_box {
	position:relative;
	height:20px;
	width:30px;
	float:right;
	margin-right:5px;
	background-image:url(../images/common/english_flag.jpg);
}

/****** Menu *********/
#menu {
	position:relative;
	list-style:none;
	float:right;
	height:44px;
	width:550px;
	margin-bottom:0px;
	margin-top:113px;
	margin-right:20px;
}

ul#list_nav {
	list-style: none;
	float:right;
	padding: 0;
	margin: 0;
}

ul#list_nav li {
	float:left;
	margin: 0 0em;
}

/*ul#list_nav li:select {
	border-style:inset;
}*/

ul#list_nav li#apps a {
	position:relative;
	float:left;
	height:44px;
	width:95px;
	background-repeat:no-repeat;
	background-image:url(../images/index/app_button_high.png);
}

ul#list_nav li#apps a:hover {
	position:relative;
	float:left;
	height:44px;
	width:95px;
	background-repeat:no-repeat;
	background-image:url(../images/index/app_button_high.png);
}

ul#list_nav li#contacts a {
	position:relative;
	float:left;
	height:44px;
	width:140px;
	background-repeat:no-repeat;
	background-image:url(../images/index/contacts_button_idle_ita.png);
}
ul#list_nav li#contacts a:hover {
	position:relative;
	float:left;
	height:44px;
	width:140px;
	background-repeat:no-repeat;
	background-image:url(../images/index/contacts_button_high_ita.png);
}

ul#list_nav li#aboutus a {
	position:relative;
	float:left;
	height:44px;
	width:140px;
	background-repeat:no-repeat;
	background-image:url(../images/index/aboutus_button_idle_ita.png);
	border:none;
}
ul#list_nav li#aboutus a:hover {
	position:relative;
	float:left;
	height:44px;
	width:140px;
	background-repeat:no-repeat;
	background-image:url(../images/index/aboutus_button_high_ita.png);
	border:none;
}

ul#list_nav li#news a {
	position:relative;
	float:left;
	height:44px;
	width:95px;
	background-repeat:no-repeat;
	background-image:url(../images/index/news_button_idle.png);
	border:none;
}
ul#list_nav li#news a:hover {
	position:relative;
	float:left;
	height:44px;
	width:95px;
	background-repeat:no-repeat;
	background-image:url(../images/index/news_button_high.png);
	border:none;
}