@charset "utf-8";

/* NAV --> */

.nav_item {
	float: left;
  	width:121px;
  	height:35px;
	text-align: center;
	background-image: url(../images/bkg_nav_red.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.nav_item a {
	float: left;
  	width:121px;
  	height:23px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;	
	padding-top: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav_langEN {
	float: left;
  	width:53px;
  	height:35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-indent: -9000px;
	background-image: url(../images/bkg_nav_langEN.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#nav_langEN a {
	display: block;
	float: left;
  	width:53px;
  	height:35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-indent: -9000px;
	background-image: url(../images/bkg_nav_langEN.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#nav_langIT {
	float: left;
  	width:53px;
  	height:35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-indent: -9000px;
	background-image: url(../images/bkg_nav_langIT.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#nav_langIT a {
	display: block;
	float: left;
  	width:53px;
  	height:35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-indent: -9000px;
	background-image: url(../images/bkg_nav_langIT.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}