/* HorizontalThemeMenu Style Sheet */
.HorizontalThemeMenu2
{
	cursor:		pointer;
	font-family:	tahoma;
	font-size:	11px;

	padding:	3;
	border:		0;
	white-space:	nowrap;
	color:#362E1F;
	background-repeat:repeat-x;

}

.HorizontalThemeMenu,.HorizontalThemeSubMenuTable
{
	cursor:		pointer;
	font-family:	tahoma,verdana, arial, sans-serif;
	font-size:	11px;

	padding:	0;
	border:		0;
	white-space:	nowrap;
}

/*bg of main menu*/
.HorizontalThemeMenu
{
	background-color:	#F7F3EF;
}

.HorizontalThemeSubMenu
{
	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);
}


.HorizontalThemeSubMenuTable
{
	border:		1px solid #ADAA9C;
	background-color:#d2c3b0;
        color: #000000;
}

.HorizontalThemeSubMenuTable td
{
	white-space:	nowrap;
	background-image: url(navt.gif);
}

.HorizontalThemeMainItem,.HorizontalThemeMainItemHover,.HorizontalThemeMainItemActive,
.HorizontalThemeMenuItem,.HorizontalThemeMenuItemHover,.HorizontalThemeMenuItemActive
{
	padding-left:	0px;
	padding-right:	0px;
	white-space:	nowrap;
}

.HorizontalThemeMainItemHover,.HorizontalThemeMainItemActive
{
	padding-left:	0px;
	padding-right:	0px;
}
.HorizontalThemeMenuItemHover,.HorizontalThemeMenuItemActive
{
	color:		brown;
	background-color:	#D3C1AB;
	
}

.HorizontalThemeMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
}

.HorizontalThemeMenuVSplit
{
	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" />
*/

.HorizontalThemeMenuItem img.seq1
{
	display:	inline;
}

.HorizontalThemeMenuItemHover seq2,
.HorizontalThemeMenuItemActive seq2
{
	display:	inline;
}

.HorizontalThemeMenuItem .seq2,
.HorizontalThemeMenuItemHover .seq1,
.HorizontalThemeMenuItemActive .seq1
{
	display:	none;
}
