/**********************
 * DEFINIZIONI GENERALI
 **********************/ 

#menu{
	float:left;
	height:48px;
	width:960px;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
}

#menu_left{
	float:left;
	height:48px;
	width:50px;
	background:url(../img/menu_left.gif) left top no-repeat;
}

#menu_right{
	float:left;
	height:48px;
	width:50px;
	background:url(../img/menu_right.gif) left top no-repeat;
}

.button_menu{
	float:left;
	height:34px;
	width:130px;	
	text-align:center;
	padding-top:14px;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background:#000000 url(../img/button_menu.gif) right top no-repeat;
}

.button_menu:hover{
	filter:alpha(Opacity='80');
	-moz-opacity:.80;
	opacity:.80;
  -khtml-opacity:.80;
	color:red;
	text-decoration:none;
}

.button_menu_current{
	float:left;
	height:34px;
	width:130px;
	text-align:center;
	padding-top:14px;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	filter:alpha(Opacity='80');
	-moz-opacity:.80;
	opacity:.80;
  -khtml-opacity:.80;
	color:red;
	text-decoration:none;
	background:#000000 url(../img/button_menu.gif) right top no-repeat;
}

.button_menu_current:hover{
	text-decoration:none;
}

.button_menu_wide{
	float:left;
	height:34px;
	width:210px;
	text-align:center;
	padding-top:14px;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background:#000000 url(../img/button_menu.gif) right top no-repeat;
}

.button_menu_wide:hover{
	filter:alpha(Opacity='80');
	-moz-opacity:.80;
	opacity:.80;
  -khtml-opacity:.80;
	color:red;
	text-decoration:none;
}

.button_menu_wide_current{
	float:left;
	height:34px;
	width:210px;
	text-align:center;
	padding-top:14px;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	filter:alpha(Opacity='80');
	-moz-opacity:.80;
	opacity:.80;
  -khtml-opacity:.80;
	color:red;
	text-decoration:none;
	background:#000000 url(../img/button_menu.gif) left top no-repeat;
}

.button_menu_wide_current:hover{
	filter:alpha(Opacity='80');
	-moz-opacity:.80;
	opacity:.80;
  -khtml-opacity:.80;
	color:red;
	text-decoration:none;
}