#menuThemeIE{

margin-top:5px;
margin-bottom:5px;
padding:5px;}

/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		default;
	font-family:	"Times New Roman", Times, serif;
	font-size:	14px;
	margin-top:5;
	padding:	5;
	border:		1;
	font-weight:bold;
	
	white-space:	nowrap;
	color:#0000ff;
	text-shadow:#003399;
	font-style: oblique;
	
}

.ThemeIEMenu
{
	/*background-color:	#FFEECC;*/

	color:#0000D7;
	text-shadow:#003399;
	line-height:1.5;
	
}

.ThemeIESubMenu
{
	
	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:		1;
	padding:	5;

	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.ThemeIESubMenuTable
{
border:		1px solid #ADAA9C;
	background-color:	#ffffff;/**/
	/*background-image: url(mmmenu1up.gif);	*/
	line-height:20px;	
}

.ThemeIESubMenuTable tr
{
	white-space:	nowrap;
border-top:	1px solid #ADAA9C;

	width:100px;

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

	
}
.ThemeIESubMenuItemOver
{
/*	white-space:	nowrap;

	border-top:	1px Dashed #ADAA9C;

*/
background-color:	#E4C0B8;

}


.ThemeIEMainItem td
{
	white-space:	nowrap;
font-size:	16px;
	font-weight: bold;
	
letter-spacing: -1px;
	/*border-top:	1px dashed #ADAA9C;*/
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{

	padding-left:	3px;
	padding-right:	3px;
	white-space:	nowrap;
		font-size:	16px;
	font-weight: bold;
	
letter-spacing: -1px;
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
//	color:#3169C6;
	color:#FF9966;
	font-weight:bolder;

}


.ThemeIEMenuItemHover{
	
	color:#FF9966;
	}
.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;
}

/* 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" />
*/

.ThemeIEMenuItem img.seq1
{
	display:	inline;

}

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

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

