/* ThemeSGFMenu Style Sheet */

.ThemeSGFMenu,.ThemeSGFSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	8pt;


	padding:	0;

	white-space:	nowrap;
	cursor:		default;
}

.ThemeSGFSubMenu
{
	position:	absolute;
	visibility:	hidden;

	padding:	1px;

	/*
	   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:	#333 url(menubg.gif) repeat scroll 0%;

	overflow:	visible;
	border:		1px solid #333;
	
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

.ThemeSGFSubMenuTable
{
	overflow:	visible;
}

.ThemeSGFMainItem,.ThemeSGFMainItemHover,.ThemeSGFMainItemActive,
.ThemeSGFMenuItem,.ThemeSGFMenuItemHover,.ThemeSGFMenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
}

.ThemeSGFMainItem
{
	background: url(mainmenubg.gif) repeat-x #000 bottom;
	font-weight: bold;
	border-left: 2px solid #1A211F;
	border-right: 2px solid #1A211F;
}

.ThemeSGFMainItemHover,.ThemeSGFMainItemActive
{
/* Fundo do menu mouserover */
	background:		url(mainmenubg_line.gif) top repeat-x;
	font-weight: bold;
	border-left: 2px solid #1A211F;
	border-right: 2px solid #1A211F		;
}

.ThemeSGFMenuItem
{
	background-color:	transparent;
}

.ThemeSGFMenuItemHover,.ThemeSGFMenuItemActive
{
	background-color:	#333;
}


/* horizontal main menu */

.ThemeSGFMainItem
{
	padding:	0px;

}

td.ThemeSGFMainItemHover,td.ThemeSGFMainItemActive
{
	padding:	0px;
	/*borda do nivel 1
	border:		1px solid #333;*/
}

.ThemeSGFMainFolderLeft,.ThemeSGFMainItemLeft,
.ThemeSGFMainFolderText,.ThemeSGFMainItemText,
.ThemeSGFMainFolderRight,.ThemeSGFMainItemRight
{

}

/* vertical main menu sub components */

td.ThemeSGFMainFolderLeft,td.ThemeSGFMainItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #000;
	border-bottom:	1px solid #000;
	border-left:	1px solid #000;

	background-color:	inherit;
}

td.ThemeSGFMainFolderText,td.ThemeSGFMainItemText
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #000;
	border-bottom:	1px solid #000;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeSGFMainFolderRight,td.ThemeSGFMainItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #000;
	border-bottom:	1px solid #000;
	border-right:	1px solid #000;

	background-color:	inherit;
}

tr.ThemeSGFMainItem td.ThemeSGFMainFolderLeft,
tr.ThemeSGFMainItem td.ThemeSGFMainItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeSGFMainItem td.ThemeSGFMainFolderText,
tr.ThemeSGFMainItem td.ThemeSGFMainItemText
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeSGFMainItem td.ThemeSGFMainItemRight,
tr.ThemeSGFMainItem td.ThemeSGFMainFolderRight
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeSGFMenuFolderLeft,.ThemeSGFMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	1px solid #000;
	border-bottom:	1px solid #000;
	border-left:	1px solid #000;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeSGFMenuFolderText,.ThemeSGFMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #000;
	border-bottom:	1px solid #000;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeSGFMenuFolderRight,.ThemeSGFMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #000;
	border-bottom:	1px solid #000;
	border-right:	1px solid #000;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeSGFMenuItem .ThemeSGFMenuFolderLeft,
.ThemeSGFMenuItem .ThemeSGFMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	/* background-color:	transparent; */
	background-color:	transparent;
}

.ThemeSGFMenuItem .ThemeSGFMenuFolderText,
.ThemeSGFMenuItem .ThemeSGFMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

.ThemeSGFMenuItem .ThemeSGFMenuFolderRight,
.ThemeSGFMenuItem .ThemeSGFMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeSGFMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #e2e2e2;
}

/* 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" />
*/

.ThemeSGFMenuItem img.seq1
{
	display:	inline;
}

.ThemeSGFMenuItemHover seq2,
.ThemeSGFMenuItemActive seq2
{
	display:	inline;
}

.ThemeSGFMenuItem .seq2,
.ThemeSGFMenuItemHover .seq1,
.ThemeSGFMenuItemActive .seq1
{
	display:	none;
}
