/* ThemeIEMenu Style Sheet */

.ThemeIESubMenuTable
{
	cursor:		default;
	font-family:  verdana, arial, sans-serif;
	font-size:	10px;
	padding:	0;
	border:		0;
	white-space:	nowrap;
}

.ThemeIEMainItem,
.ThemeIEMainItemActive {
	white-space:	nowrap;
	color: #8A9140;
	font-weight: bold;

}

.ThemeIEMainItemHover {
	white-space:	nowrap;
	color: #8A9140;	
	font-weight: bold;
	cursor: hand;
}
/* ------------------------------------- */
.ThemeIEMenu {
	/*background-color:	#F7F3EF;
	margin-left: 30px;*/	
}

.ThemeIEMenuItem,
.ThemeIEMenuItemActive  {
	white-space:	nowrap;
	font-size:	12px;
	font-weight: bold;		
	color: #FFFFFF;		
	background-color:#4E5511;			
}


.ThemeIEMenuItemHover {
	white-space:	nowrap;
	font-size:	12px;
	font-weight: bold;
	color: #FFFFFF;	
	background-color:#67711A;		
	cursor: hand;
}


.ThemeIEMenuSplit {
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;	
}

.ThemeIEMenuVSplit {
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
	
}

.ThemeIEMenuItem img.seq1 {
	display:	inline;
}

.ThemeIEMenuItemHover seq2,
.ThemeIEMenuItemActive seq2 {
	display:	inline;
}

.ThemeIEMenuItem .seq2,
.ThemeIEMenuItemHover .seq1,
.ThemeIEMenuItemActive .seq1 {
	display:	none;
}

/*----------------------------------------*/
.ThemeIESubMenu /* category subcategotry table */
{
	position:	absolute;
	visibility:	hidden;	
	z-index:	1000;
	border: 0;	
	
	/*padding: 1;	
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.ThemeIESubMenuTable {}
.ThemeIESubMenuTable td {
	white-space:	nowrap;	
	border-bottom:		1px solid #111111;
	border-top:		1px solid #111111;	
}
