/* HorizontalThemeMenu Style Sheet */
.HorizontalThemeMenu2
{
	cursor:		hand;
	font-family:	tahoma;
	font-size:	11px;
	padding:	3;
	
	border:		0;
	white-space:	nowrap;
	color:#362E1F;
	background-repeat:repeat-x;
	

}

.HorizontalThemeMenu,.HorizontalThemeSubMenuTable
{
	cursor:		default;
	font-family:	tahoma,verdana, arial, sans-serif;
	font-size:	11px;
	
	padding:	0;
	border:		0;
	white-space:	nowrap;
	width:10px;
}

/*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 #57717B;
	background-color:#CDD8DE;
        color: #2E5364;
}

.HorizontalThemeSubMenuTable td
{
	white-space:	nowrap;
	background-image: url(navt.gif);
}

.HorizontalThemeMainItem{

}

.HorizontalThemeMenuItem{
color:#000;
}
/*
.HorizontalThemeMenuItemText {
color:#275069;

}*/


.HorizontalThemeMainItem,.HorizontalThemeMainItemHover_ir,.HorizontalThemeMainItemHover_en,.HorizontalThemeMainItemActive,
.HorizontalThemeMenuItem,.HorizontalThemeMenuItemHover,.HorizontalThemeMenuItemActive
{
	padding-left:	0 px;
	padding-right:	0 px;
	white-space:	nowrap;
}

.HorizontalThemeMainItemHover_ir,.HorizontalThemeMainItemHover_en,.HorizontalThemeMainItemActive
{
	padding-left:	0px;
	padding-right:	0px;
}


.HorizontalThemeMenuItemHover,.HorizontalThemeMenuItemActive
{
	color:#Fff;
	cursor: hand;
	background-color:	#CFDAE0;
	background-image:url(navt_mouseover.gif);
}

.HorizontalThemeMenuItemHover td{
	background-image:url(navt_mouseover.gif);
}

.HorizontalThemeMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #57717B;
}

.HorizontalThemeMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #57717B;
}

/* 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;
}
