@CHARSET "UTF-8";

#navBarBody {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	/*font-family: "Century Gothic",arial,Verdana,sans-serif;*/
}

#navBarTable {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	vertical-align: top;
	border: 0px solid gray;
}

.separatorLink{
	width: 20px;
	text-align: center;
	vertical-align: middle;
}

.navBarLink {
	background-image: url("../imgs/navBarLinkOut.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	width: 100px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	height: 31px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

#homeLink {
	width: 45px;

}

#chiSiamoLink {
	width: 70px;

}

#doveSiamoLink {
	width: 80px;
}

#newsLink {
	width: 45px;
}

#cafCasertaLink{
	width: 85px;
}

#modulisticaLink {
	width: 75px;
}

.navBarLink:hover {
	background-image: url("../imgs/navBarLinkOver.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	height: 31px;
}

.navBarLink a:hover {
	color: #468188;
	text-decoration: none;
}

.navBarLink a:link {
	color: #468188;
	text-decoration: none;
}

.navBarLink a:visited {
	color: #468188;
	text-decoration: none;
}