/* CSS Document */


/*BEGIN - MAIN MENU*/
div#main_menu {
	position				: absolute;
	top						: -3px;
	left					: 0px;
	width					: 960px;
	height					: 35px;
	z-index					: 30;
}

div#main_menu ul.menu {
	margin					: 0 auto;
	width					: 100%;
	list-style				: none;
	text-align				: center;
}

div#main_menu ul.menu li {
	position				: relative;
	display					: inline;
	margin					: 0 2px;
	width					: 164px;
	height					: 41px;
}

div#main_menu ul.menu li a {
	display					: inline-block;
	color					: #000;
	font-family				: Arial;
	font-size				: 14px;
	font-weight				: normal;
	text-transform			: uppercase;
	text-align				: center;
	letter-spacing			: 2px;
	width					: 164px;
	height					: 41px;
	line-height				: 41px;
	text-decoration			: none;
	/*background				: url(../images/menu_button_bg.jpg) no-repeat;*/
	background-position		: bottom center;
	cursor					: pointer;
	vertical-align			: top;
	margin 					: 3px 0;   /* aggiunto il 25 marzo 2010 */
}

div#main_menu ul.menu li a:hover {
	/*padding					: 5px 0 0 0;*/
	font-weight				: bold;
}


div#main_menu ul.menu li.first a {
}
/*END - MAIN MENU*/
