/* ThemeTRE1Menu Style Sheet */

.ThemeTRE1Menu
{
	font-family:	verdana;
	font-size:	10px;
    font-weight:bolder;
    color:  #4481A9;
	background-color:	#C7D9E4;
	cursor:		hand;
	white-space:	nowrap;
	width:100%;
}

.ThemeTRE1SubMenuTable
{
	font-family:	verdana;
	font-size:	10px;
    font-weight:bolder;
    color:  #4481A9;
	background-color:	#C7D9E4;
	cursor:		hand;
	white-space:	nowrap;
	width:200px;
}

.ThemeTRE1SubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;

	/* the following property is only useful in IE */
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#DEDEDE,Direction=135,Strength=4);
}

.ThemeTRE1SubMenuTable
{
	border:		1px solid #9C9A9C;
}

.ThemeTRE1MenuItem,.ThemeTRE1MenuItemHover,.ThemeTRE1MenuItemActive
{
	cursor:		cursor;
	white-space:	nowrap;
}

.ThemeTRE1MainItem,
.ThemeTRE1MenuItem
{
	background-color:	#C7D9E4;
}

.ThemeTRE1MainItemDestaque,
.ThemeTRE1MenuItemDestaque
{
	background-color:	#94B6CC;
    color:  #ffffff;	
	border:	0;
}


.ThemeTRE1MainItemHover,
.ThemeTRE1MainItemActive,
.ThemeTRE1MenuItemHover,
.ThemeTRE1MenuItemActive
{
    color:  #ffffff;
	background-color:	#6898B7;
}


/* horizontal main menu sub components */
/* TRE1 doesn't really support horizontal menus */

.ThemeTRE1MainFolderLeft,.ThemeTRE1MainItemLeft,
.ThemeTRE1MainFolderText,.ThemeTRE1MainItemText,
.ThemeTRE1MainFolderRight,.ThemeTRE1MainItemRight
{
	border:		0;
	background-color:	inherit;
	white-space:	nowrap;
}

/* vertical main menu sub components */
TD.ThemeTRE1MainFolderLeft,TD.ThemeTRE1MainItemLeft
{
	padding-left:	10px;
	padding-right:	10px;

	border-left:	1px solid #9C9A9C;

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

.ThemeTRE1MainItemDestaque TD.ThemeTRE1MainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	border-top:	1px solid #94b6cc;
	border-bottom:	1px solid #94b6cc;
	background-color:	inherit;
}


TD.ThemeTRE1MainFolderLeft,TD.ThemeTRE1MainItemLeft,
TD.ThemeTRE1MainFolderText,TD.ThemeTRE1MainItemText,
TD.ThemeTRE1MainFolderRight,TD.ThemeTRE1MainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	border-top:	1px solid #6898b7;
	border-bottom:	1px solid #6898b7;
	background-color:	inherit;
}



TD.ThemeTRE1MainFolderLeft,TD.ThemeTRE1MainItemLeft
{
	padding-right:	0px;
	padding-left:	0px;
	border-left:	1px solid #6898b7;

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

TD.ThemeTRE1MainFolderText,TD.ThemeTRE1MainItemText
{
	padding-right:	10px;
	padding-left:	10px;

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

TD.ThemeTRE1MainFolderRight,TD.ThemeTRE1MainItemRight
{
	padding-right:	0px;
	padding-left:	0px;
	border-right:	1px solid #6898b7;

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

TR.ThemeTRE1MainItem TD.ThemeTRE1MainFolderLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	0px;

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

TR.ThemeTRE1MainItem TD.ThemeTRE1MainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	0px;

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

TR.ThemeTRE1MainItem TD.ThemeTRE1MainFolderText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	10px;

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

TR.ThemeTRE1MainItem TD.ThemeTRE1MainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	10px;

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

TR.ThemeTRE1MainItem TD.ThemeTRE1MainItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

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

TR.ThemeTRE1MainItem TD.ThemeTRE1MainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

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

/* sub menus sub components */

.ThemeTRE1MenuFolderLeft,.ThemeTRE1MenuItemLeft
{
	padding-left:	0px;
	padding-right:	0px;

	border-left:	1px solid #6898b7;

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

.ThemeTRE1MenuFolderLeft,.ThemeTRE1MenuItemLeft,
.ThemeTRE1MenuFolderText,.ThemeTRE1MenuItemText,
.ThemeTRE1MenuFolderRight,.ThemeTRE1MenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	border-top:	1px solid #6898b7;
	border-bottom:	1px solid #6898b7;

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

.ThemeTRE1MenuFolderLeft,.ThemeTRE1MenuItemLeft
{
	padding-right:	0px;
	padding-left:	2px;
	border-left:	1px solid #9C9A9C;

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

.ThemeTRE1MenuFolderText,.ThemeTRE1MenuItemText
{
	padding-right:	3px;
	padding-left:	5px;

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

.ThemeTRE1MenuFolderRight,.ThemeTRE1MenuItemRight
{
	padding-right:	0px;
	padding-left:	0px;
	border-right:	1px solid #6898b7;

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

TR.ThemeTRE1MenuItem TD.ThemeTRE1MenuFolderLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	0px;

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

TR.ThemeTRE1MenuItem TD.ThemeTRE1MenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	0px;

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

TR.ThemeTRE1MenuItem TD.ThemeTRE1MenuFolderText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	3px;
	padding-left:	5px;

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

TR.ThemeTRE1MenuItem TD.ThemeTRE1MenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	3px;
	padding-left:	5px;

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

TR.ThemeTRE1MenuItem TD.ThemeTRE1MenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

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

TR.ThemeTRE1MenuItem TD.ThemeTRE1MenuFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

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

.ThemeTRE1MenuSplit
{
	margin:		0px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #FFFFFF;
}

.ThemeTRE1MenuSpace
{
	margin:		0px;
	overflow:	hidden;
	height:		10px;	
	background-color:	inherit;
}

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

.ThemeTRE1MenuItem img.seq1
{
	display:	inline;
}

.ThemeTRE1MenuItemHover seq2,
.ThemeTRE1MenuItemActive seq2
{
	display:	inline;
}

.ThemeTRE1MenuItem .seq2,
.ThemeTRE1MenuItemHover .seq1,
.ThemeTRE1MenuItemActive .seq1
{
	display:	none;
}