/*colore del bordo: #8c8c8c*/

img.menu
{  
	border: none;
	margin:0;
	padding:0;
}

div.menu_bar
{ 
	width:950px; 
	height:30px; 
	line-height:23px;
	top: 140px;
	position:relative;	
	font-family:arial;
	font-size: 10px;
	font-weight: bold;
}

a.submenu:link, a.submenu:visited, a.submenu:active 
	{
		color:#658398;
		text-decoration: none;
	}

a.submenu:hover 
	{
		text-decoration: none;
	}

div.sub_menu
	{  
		position: absolute;
		background-color:transparent;
		margin-top:-55px; 
		z-index:0;
		height: 83px;
		visibility:hidden;
		font-weight: normal;
		vertical-align: bottom;
		font-size: 10px;
		width:100%;
	}

div.sub_element
{ 
	text-align:left;
	height: 12px;
	line-height: 12px;
	color: #658398;
	padding-left:15px; 
	cursor:pointer;
}

div.voce_dd_on
{
	height:26px;
	margin-top: 4px;
	float: left;
	cursor: pointer;
	z-index: 1;
	position:relative;
	
}

div.voce_cx_on
{
	background-repeat: repeat-x;
	background-image: url(/pictures/menu/tabcx.gif);
	float: left;
	height: 26px;
	z-index: 1;
	color:#003255;
	position:relative;
	text-align: center;
}

div.voce_cx_off
{
	background-repeat: repeat-x;
	float: left;
	height: 26px;
	color:#607F94;
	z-index: 1;
	position:relative;
	text-align: center;
}

div.voce2_cx_on
{
	background-repeat: repeat-x;
	background-image: url(/pictures/menu/tab2cx.gif);
	float: left;
	height: 26px;
	z-index: 1;
	position:relative;
	font-size: 14px;
}

div.voce_dd_off
{
	height:26px;
	margin-top: 4px;
	float: left;
	z-index: 1;
	position:relative;
}


