/*colore del bordo: #8c8c8c*/

img.menu
{  
	border: none;
	margin:0;
	padding:0;
}

div.menu_bar
{ 
	float:right; 
	width:742px; 
	height:32px; 
	line-height:23px; 
	background-repeat:no-repeat; 
	background-position:top; 
	background-image:url(/pictures/menubar.gif);
	font-family:arial;
	font-size: 13px;
	font-weight: bold;
	color:#666;
}

a.submenu:link, a.submenu:visited, a.submenu:active 
	{
		color:#666666;
		text-decoration: none;
	}

a.submenu:hover 
	{
		text-decoration: none;
	}


div.sub_menu
{  
	position: absolute;
	border:1px solid #8c8c8c;
	background-color: #FFFFFF;
	margin-top:25px; 
	z-index:0;
	width: 150px;
	visibility:hidden;
	font-weight: normal;
}
div.sub_element
{ 
	text-align:left;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
}

div.voce_dd_on
{
	height:26px;
	margin-top: 4px;
	float: left;
	margin-left: 2px;
	cursor: pointer;
	z-index: 1;
	position:relative;
	
}

div.voce_sx_on
{	
	background-repeat: no-repeat;
	background-image: url(/pictures/menu/tabsx.gif);
	float: left;
	width: 9px;
	height: 26px;
	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;
	position:relative;
}
div.voce_dx_on
{
	background-repeat: no-repeat;
	background-image: url(/pictures/menu/tabdx.gif);
	width: 9px;
	height: 26px;
	float: left;
	z-index: 1;
	position:relative;
}

div.voce2_sx_on
{	
	background-repeat: no-repeat;
	background-image: url(/pictures/menu/tab2sx.gif);
	float: left;
	width: 9px;
	height: 26px;
	z-index: 1;
	position:relative;
}
div.voce2_cx_on
{
	background-repeat: repeat-x;
	background-image: url(/pictures/menu/tab2cx.gif);
	float: left;
	height: 26px;
	z-index: 1;
	position:relative;
}
div.voce2_dx_on
{
	background-repeat: no-repeat;
	background-image: url(/pictures/menu/tab2dx.gif);
	width: 9px;
	height: 26px;
	float: left;
	z-index: 1;
	position:relative;
}

div.voce_dd_off
{
	height:26px;
	margin-top: 4px;
	float: left;
	margin-left: 2px;
	z-index: 1;
	position:relative;
}

div.voce_sx_off
{	
	background-repeat: no-repeat;
	float: left;
	width: 9px;
	height: 26px;
	z-index: 1;
	position:relative;
}
div.voce_cx_off
{
	background-repeat: repeat-x;
	float: left;
	height: 26px;
	color: White;
	z-index: 1;
	position:relative;
}
div.voce_dx_off
{
	background-repeat: no-repeat;
	width: 9px;
	height: 26px;
	float: left;
	z-index: 1;
	position:relative;
}
