/* unoMenu Style Sheet */

/*classe che racchiude tutte le voci*/
.unoMenu
{
	font-family:	verdana, arial, sans-serif;
	font-weight:	bold;
	font-size:	12px;
	white-space:	nowrap;
	cursor:		default;
	border:		0px dotted #000;
	height: 40px;
	margin: 0px 0px 0px 0px;
/* width: 95px; */
}
.unoMenuHover {
	background:	#000;
}
.unoMenuActive {
	background:	#00F;
}

/*classe che racchiude tutte le voci del sottomenu*/
.unoSubMenu
{
	position:	absolute;
	visibility:	hidden;
	text-align:	left;
	padding:	0px;
	margin:		0px;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:		100;
	border:			0;
	background-color:	#87D3F3;
	overflow:		visible;
	border-top:		1px solid #006699;
	width: 			230px;
}

/*ulteriore contenitore del sottomenu*/
.unoSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-weight:	bold;
	font-size:	12px;
	border:		0px solid #000;
	padding:	0;
	white-space:	nowrap;
	cursor:		default;
	overflow:	visible;
	border:		0px solid #002D96;
}

.unoMainItem,.unoMainItemHover,.unoMainItemActive
{
	border:		0px solid #FF0000; 
	cursor:		pointer;
	white-space:	nowrap;
}



/*background dei sotto menu */
.unoMenuItemHover,.unoMenuItemActive
{
	cursor: 		pointer;
	border-top:		1px solid #FF0000;
	background-color:	#C3E9F9;

}


/* horizontal main menu */

/*singolo pulsante*/
.unoMainItem
{
	padding:	0px 5px 0px 5px; 
/*	background:	url(pulsante.jpg) no-repeat 2px 2px;*/
	margin:		0px 0px 0px 0px;
	border:		0px solid #FF0000;
	border-right:	2px solid #ccc;
}

td.unoMainItemHover,td.unoMainItemActive
{
	padding:	0px 5px 0px 5px;
	margin:		0px 0px 0px 0px;
	border:		0px solid #000080;
	border-right:	2px solid #ccc;
}

.unoMainFolderLeft,.unoMainItemLeft,
.unoMainFolderText,.unoMainItemText,
.unoMainFolderRight,.unoMainItemRight
{
	background-color:	inherit;
}

/* vertical main menu sub components */

td.unoMainFolderLeft,td.unoMainItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	0px solid #FF0000;
	border-bottom:	0px solid #000080;
	border-left:	0px solid #000080;

	background-color:	inherit;
}

td.unoMainFolderText,td.unoMainItemText
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	0px solid #000080;
	border-bottom:	0px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}

td.unoMainFolderRight,td.unoMainItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	0px solid #000080;
	border-bottom:	0px solid #000080;
	border-right:	0px solid #000080;

	background-color:	inherit;
}

tr.unoMainItem td.unoMainFolderLeft,
tr.unoMainItem td.unoMainItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0px solid #000;
	background-color:	inherit;
}

tr.unoMainItem td.unoMainFolderText,
tr.unoMainItem td.unoMainItemText
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0px solid #000;
	background-color:	inherit;
}

tr.unoMainItem td.unoMainItemRight,
tr.unoMainItem td.unoMainFolderRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0px solid #000;
	background-color:	inherit;
}

/* sub menu sub components */

.unoMenuFolderLeft,.unoMenuItemLeft
{
	
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	0px solid #FF0000;
	border-bottom:	0px solid #000080;
	border:		0px solid #000;

	background-color:	inherit;
	white-space:	nowrap;
}
/*voci del sottomenu*/
.unoMenuFolderText,.unoMenuItemText
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;
	margin:		0px;
	border-top:	0px solid #FF0000;
	border-bottom:	0px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}

.unoMenuFolderRight,.unoMenuItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	0px solid #000080;
	border-bottom:	0px solid #000080;
	border:		0px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
	width:	20px;
}

.unoMenuItem .unoMenuFolderLeft,
.unoMenuItem .unoMenuItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	white-space:	nowrap;

	border:		0;
	/* background-color:	transparent; */
	background-color:	transparent;
}

.unoMenuItem .unoMenuFolderText,
.unoMenuItem .unoMenuItemText
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0;
	background-color:	inherit;
}

.unoMenuItem .unoMenuFolderRight,
.unoMenuItem .unoMenuItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.unoMenuSplit
{
	margin:		0px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	0px solid #FF0000;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.unoMenuItem img.seq1
{
	display:	inline;
}

.unoMenuItemHover seq2,
.unoMenuItemActive seq2
{
	display:	inline;
}

.unoMenuItem .seq2,
.unoMenuItemHover .seq1,
.unoMenuItemActive .seq1
{
	display:	none;
}

.unoMainItemHover{
/*	background:	url(/images/css/bg_seriecd.jpg) repeat-x top left; /*
	background-color:	#86c8fc;
}
.unoMainItemActive{
	background-color:	#86c8fc;
}
