/* ThemeHTNMenu Style Sheet */

.ThemeHTNMenu,.ThemeHTNSubMenuTable
{
	cursor:		default;
	font-family:	Tahoma, arial, sans-serif;
	font-size:	12px;
	color: #FFFFFF;
	padding:	0;
	border:		0;
	white-space:	nowrap;
}

.ThemeHTNMenu
{
	background-color:	#4A5181;
}

.ThemeHTNSubMenu
{
	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;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
}

.ThemeHTNSubMenuTable
{
	border:		1px solid #ADAA9C;
	background-color:	white;
}

.ThemeHTNSubMenuTable td
{
	white-space:	nowrap;
}

.ThemeHTNMainItem,.ThemeHTNMainItemHover,.ThemeHTNMainItemActive,
.ThemeHTNMenuItem,.ThemeHTNMenuItemHover,.ThemeHTNMenuItemActive
{
	padding-left:	3px;
	padding-right:	3px;
	white-space:	nowrap;
}

.ThemeHTNMainItemHover,.ThemeHTNMainItemActive,
.ThemeHTNMenuItemHover,.ThemeHTNMenuItemActive
{
	color:		#FFAE00;
	background-color:	#4A5181;
}

.ThemeHTNMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
}

.ThemeHTNMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
}

/* 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" />
*/

.ThemeHTNMenuItem img.seq1
{
	display:	inline;
}

.ThemeHTNMenuItemHover seq2,
.ThemeHTNMenuItemActive seq2
{
	display:	inline;
}

.ThemeHTNMenuItem .seq2,
.ThemeHTNMenuItemHover .seq1,
.ThemeHTNMenuItemActive .seq1
{
	display:	none;
}
