/* treMenu Style Sheet */

/*classe che racchiude tutte le voci*/
.treMenu
{
	font-family:	verdana, arial, sans-serif;
	font-weight:	bold;
	font-size:	12px;
	white-space:	nowrap;
	cursor:		default;
	border:		0px dotted #000;
	height: 40px;
/* width: 95px; */
}

/*classe che racchiude tutte le voci del sottomenu*/
.treSubMenu
{
	font-family:	verdana, arial, sans-serif;
	font-weight:	bold;
	font-size:	12px;
	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:	#FFF;
	overflow:	visible;
	border:		0px dotted #000;
	background:	#B27F79;
}

/*ulteriore contenitore del sottomenu*/
.treSubMenuTable
{
	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;
}

.treMainItem,.treMainItemHover,.treMainItemActive,
.treMenuItem,.treMenuItemHover,.treMenuItemActive
{
	border:		0px solid #FF0000; 
	cursor:		pointer;
	white-space:	nowrap;
}

.treMainItem
{
	border:	5px solid #000; 
}

/*pulsante attivo del menu principale*/
.treMainItemHover,.treMainItemActive
{
	border:		5px solid #000000;
}

.treMenuItem
{
	background-color:	transparent;

}

/*background dei sotto menu */
.treMenuItemHover,.treMenuItemActive
{
	background-color:	#e3d1cf;
	cursor: 		pointer;
	border:			1px solid #000000;

}


/* horizontal main menu */

/*singolo pulsante*/
.treMainItem
{
	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.treMainItemHover,td.treMainItemActive
{
	padding:	0px 5px 0px 5px;
	margin:		0px 0px 0px 0px;
	border:		0px solid #000080;
	border-right:	2px solid #ccc;
}

.treMainFolderLeft,.treMainItemLeft,
.treMainFolderText,.treMainItemText,
.treMainFolderRight,.treMainItemRight
{
	background-color:	inherit;
}

/* vertical main menu sub components */

td.treMainFolderLeft,td.treMainItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #FF0000;
	border-bottom:	1px solid #000080;
	border-left:	1px solid #000080;

	background-color:	inherit;
}

td.treMainFolderText,td.treMainItemText
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #000080;
	border-bottom:	1px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}

td.treMainFolderRight,td.treMainItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #000080;
	border-bottom:	1px solid #000080;
	border-right:	1px solid #000080;

	background-color:	inherit;
}

tr.treMainItem td.treMainFolderLeft,
tr.treMainItem td.treMainItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.treMainItem td.treMainFolderText,
tr.treMainItem td.treMainItemText
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.treMainItem td.treMainItemRight,
tr.treMainItem td.treMainFolderRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.treMenuFolderLeft,.treMenuItemLeft
{
	
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	0px solid #FF0000;
	border-bottom:	0px solid #000080;
	border-left:	0px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}
/*voci del sottomenu*/
.treMenuFolderText,.treMenuItemText
{
	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;
}

.treMenuFolderRight,.treMenuItemRight
{
	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;
	white-space:	nowrap;
}

.treMenuItem .treMenuFolderLeft,
.treMenuItem .treMenuItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	white-space:	nowrap;

	border:		0;
	/* background-color:	transparent; */
	background-color:	transparent;
}

.treMenuItem .treMenuFolderText,
.treMenuItem .treMenuItemText
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0;
	background-color:	inherit;
}

.treMenuItem .treMenuFolderRight,
.treMenuItem .treMenuItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.treMenuSplit
{
	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" />
*/

.treMenuItem img.seq1
{
	display:	inline;
}

.treMenuItemHover seq2,
.treMenuItemActive seq2
{
	display:	inline;
}

.treMenuItem .seq2,
.treMenuItemHover .seq1,
.treMenuItemActive .seq1
{
	display:	none;
}
.treMainItemHover{
/*	background:	url(/images/css/bg_altreserie.jpg) repeat-x top left; */
	background-color: #935047;
}
.treMainItemActive{
/*	background:	url(/images/css/bg_altreserie.jpg) repeat-x top left; */
	background-color: #935047;
}
.treSubMenu .treSubMenuTable {
  width: 230px;
}

