/* seiMenu Style Sheet */

/*classe che racchiude tutte le voci*/
.seiMenu
{
	font-family:	verdana, arial, sans-serif;
	font-weight:	bold;
	font-size:	12px;
	white-space:	nowrap;
	cursor:		default;
	border:		0px dotted #000;
	height: 40px;
width: 100px;
}

/*classe che racchiude tutte le voci del sottomenu*/
.seiSubMenu
{
	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;
	background:	#FFD8BB;
	overflow:	visible;
	width:		113px;
	border-top:	1px solid #D59A6E;
}

/*ulteriore contenitore del sottomenu*/
.seiSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-weight:	bold;
	font-size:	12px;
	border:		0px solid #000;
	white-space:	nowrap;
	cursor:		default;
	overflow:	visible;
	border:		0px solid #002D96;
}
.seiMainItem,.seiMainItemHover,.seiMainItemActive,
.seiMenuItem,.seiMenuItemHover,.seiMenuItemActive
{
	border:		0px solid #FF0000; 
	cursor:		pointer;
	white-space:	nowrap;
}

.seiMainItem
{
	padding:	0px 5px 0px 5px; 
	border:	5px solid #000; 
}

/*pulsante attivo del menu principale*/
.seiMainItemHover,.seiMainItemActive
{
	padding:	0px 5px 0px 5px; 
	border:		5px solid #000000;
}

.seiMenuItem
{
	background-color:	transparent;

}



/*pulsante attivo del menu principale*/
.seiMainItemHover,.seiMainItemActive
{
	border:		5px solid #000000;
}

.seiMenuItem
{
	background-color:	transparent;

}

/*background dei sotto menu */
.seiMenuItemHover,.seiMenuItemActive
{
	background-color:	#FFEFE4;
	width:			112px;
	cursor: 		pointer;
	border:			0px solid #000000;

}


/* horizontal main menu */

/*singolo pulsante*/

/*singolo pulsante*/
.seiMainItem
{
        text-align: center;
	/*background:	url(pulsante.jpg) no-repeat 2px 2px;*/
	margin:		0px 0px 0px 0px;
	border:		0px solid #FF0000;
	border-right:	2px solid #ccc; 
}

td.seiMainItemHover,td.seiMainItemActive
{
        text-align: center;
	margin:		0px 0px 0px 0px;
	border:		0px solid #000080;
	border-right:	2px solid #ccc; 
}

.seiMainFolderLeft,.seiMainItemLeft,
.seiMainFolderText,.seiMainItemText,
.seiMainFolderRight,.seiMainItemRight
{
	background-color:	inherit;
}

/* vertical main menu sub components */

td.seiMainFolderLeft,td.seiMainItemLeft
{
	padding-right:	2px;

	border-top:	1px solid #FF0000;
	border-bottom:	1px solid #000080;
	border-left:	1px solid #000080;

	background-color:	inherit;
}

td.seiMainFolderText,td.seiMainItemText
{
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #000080;
	border-bottom:	1px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}

td.seiMainFolderRight,td.seiMainItemRight
{
	border-top:	1px solid #000080;
	border-bottom:	1px solid #000080;
	border-right:	1px solid #000080;

	background-color:	inherit;
}

tr.seiMainItem td.seiMainFolderLeft,
tr.seiMainItem td.seiMainItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.seiMainItem td.seiMainFolderText,
tr.seiMainItem td.seiMainItemText
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.seiMainItem td.seiMainItemRight,
tr.seiMainItem td.seiMainFolderRight
{
	background-color:	inherit;
}

/* sub menu sub components */

.seiMenuFolderLeft,.seiMenuItemLeft
{
	
	border-top:	0px solid #FF0000;
	border-bottom:	0px solid #000080;
	border-left:	0px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}
/*voci del sottomenu*/
.seiMenuFolderText,.seiMenuItemText
{
	border-top:	0px solid #FF0000;
	border-bottom:	0px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}

.seiMenuFolderRight,.seiMenuItemRight
{
	border-top:	0px solid #000080;
	border-bottom:	0px solid #000080;
	border-right:	0px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
	width:	100px;
}

.seiMenuItem .seiMenuFolderLeft,
.seiMenuItem .seiMenuItemLeft
{
	white-space:	nowrap;

	background-color:	transparent;
}

.seiMenuItem .seiMenuFolderText,
.seiMenuItem .seiMenuItemText
{
	border:		0;
	background-color:	inherit;
}

.seiMenuItem .seiMenuFolderRight,
.seiMenuItem .seiMenuItemRight
{
	border:		0;
	background-color:	inherit;
}

/* menu splits */

.seiMenuSplit
{
	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" />
*/

.seiMenuItem img.seq1
{
	display:	inline;
}

.seiMenuItemHover seq2,
.seiMenuItemActive seq2
{
	display:	inline;
}

.seiMenuItem .seq2,
.seiMenuItemHover .seq1,
.seiMenuItemActive .seq1
{
	display:	none;
}
.seiMainItemHover{
/*	background:	url(/images/css/bg_job.jpg) repeat-x top left; */
background-color: #aaa;
}
.seiMainItemActive{
/*	background:	url(/images/css/bg_job.jpg) repeat-x top left; */
background-color: #aaa;
}

