/* ThemeHIFMenu Style Sheet */

.ThemeHIFMenu,.ThemeHIFSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	13px;

	padding:	0;

	white-space:	nowrap;
	cursor:		default;
}

.ThemeHIFSubMenu
{
	position:	absolute;
	visibility:	hidden;

	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	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:	#F5F5F5 url(menubg.gif) repeat scroll 0%;

	overflow:	visible;
	border:		1px solid #002D96;
}

.ThemeHIFSubMenuTable
{
	overflow:	visible;
}

.ThemeHIFMainItem,.ThemeHIFMainItemHover,.ThemeHIFMainItemActive,
.ThemeHIFMenuItem,.ThemeHIFMenuItemHover,.ThemeHIFMenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
}

.ThemeHIFMainItem
{
/*	background-color:	#A1C0F5; */
/*	background-color:	#FF8C00;  */
	background:		url(mainmenubg.gif);
}

.ThemeHIFMainItemHover
{
	background:		url(mainmenubgup.gif);
}

.ThemeHIFMainItemActive
{
	background:		url(mainmenubgdown.gif);
}

.ThemeHIFMenuItem
{
	background-color:	transparent;
}

.ThemeHIFMenuItemHover,.ThemeHIFMenuItemActive
{
	background-color:	#FF8C00;
}


/* horizontal main menu */

.ThemeHIFMainItem
{
/*	padding:	1px; */
/*	border:		0;	*/
	padding:	0px;
	border:		1px solid #FFFFFF;
}

td.ThemeHIFMainItemHover,td.ThemeHIFMainItemActive
{
	padding:	0px;
	border:		1px solid #FFFFFF;
}

.ThemeHIFMainFolderLeft,.ThemeHIFMainItemLeft,
.ThemeHIFMainFolderText,.ThemeHIFMainItemText,
.ThemeHIFMainFolderRight,.ThemeHIFMainItemRight
{
	background-color:	inherit;
}

/* vertical main menu sub components */

td.ThemeHIFMainFolderLeft,td.ThemeHIFMainItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #000080;
	border-bottom:	1px solid #000080;
	border-left:	1px solid #000080;

	background-color:	inherit;
}

td.ThemeHIFMainFolderText,td.ThemeHIFMainItemText
{
	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.ThemeHIFMainFolderRight,td.ThemeHIFMainItemRight
{
	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.ThemeHIFMainItem td.ThemeHIFMainFolderLeft,
tr.ThemeHIFMainItem td.ThemeHIFMainItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeHIFMainItem td.ThemeHIFMainFolderText,
tr.ThemeHIFMainItem td.ThemeHIFMainItemText
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeHIFMainItem td.ThemeHIFMainItemRight,
tr.ThemeHIFMainItem td.ThemeHIFMainFolderRight
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeHIFMenuFolderLeft,.ThemeHIFMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	1px solid #000080;
	border-bottom:	1px solid #000080;
	border-left:	1px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeHIFMenuFolderText,.ThemeHIFMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #000080;
	border-bottom:	1px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeHIFMenuFolderRight,.ThemeHIFMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #000080;
	border-bottom:	1px solid #000080;
	border-right:	1px solid #000080;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeHIFMenuItem .ThemeHIFMenuFolderLeft,
.ThemeHIFMenuItem .ThemeHIFMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	/* background-color:	transparent; */
	background-color:	transparent;
}

.ThemeHIFMenuItem .ThemeHIFMenuFolderText,
.ThemeHIFMenuItem .ThemeHIFMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

.ThemeHIFMenuItem .ThemeHIFMenuFolderRight,
.ThemeHIFMenuItem .ThemeHIFMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeHIFMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #6A8CCB;
}

/* 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" />
*/

.ThemeHIFMenuItem img.seq1
{
	display:	inline;
}

.ThemeHIFMenuItemHover seq2,
.ThemeHIFMenuItemActive seq2
{
	display:	inline;
}

.ThemeHIFMenuItem .seq2,
.ThemeHIFMenuItemHover .seq1,
.ThemeHIFMenuItemActive .seq1
{
	display:	none;
}
