/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		default;
	font-family:  verdana, arial, sans-serif;
	font-size:	11px;

	padding:	0px;
	border:		0px;
	white-space:	nowrap;
}

.ThemeIEMenu
{
/*	background-color:	#F7F3EF; */
}

.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:		0;
	padding:	0;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
}

.ThemeIESubMenuTable
{
	border:		1px solid #ADAA9C;
	background-color:	white;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	padding-left:	3px;
	padding-right:	3px;      

	white-space:	nowrap;
}

.ThemeIEMenuItem
{
        background-color:#EEEEEE;
}


.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color:		#CC0000;    
	background-color:#D3D3D3;
}

.test
{
   background-color:#D3D3D3;
   color: #CC0000;

}

.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;
}

.themeieMainItemText
{
border-bottom:1px solid #D3D1D1;
font-size :12px;
color: #000000;
font-weight :normal;
padding-top :4px;
padding-bottom : 5px;
padding-left : 6px;

}

.themeieMainFolderText
{
border-bottom:1px solid #D3D1D1;
font-size :12px;
color: #000000;
font-weight :normal;
padding-top :4px;
padding-bottom : 5px;
padding-left : 6px;
}


.themeieMainItemText1
{
font-size :12px;
color: #000000;
font-weight :normal;
padding-top :4px;
padding-bottom : 5px;
padding-left : 6px;

}

.themeieMainFolderText1
{
font-size :12px;
color: #000000;
font-weight :normal;
padding-top :4px;
padding-bottom : 5px;
padding-left : 6px;
}

.themeiemenufoldertext
{
border-bottom:1px solid #D3D1D1;
font-size :12px;
color: #000000;
font-weight :normal;
padding-top :4px;
padding-bottom : 5px;
padding-left : 6px;
}

.themeiemenuitemtext
{
border-bottom:1px solid #D3D1D1;
font-size :12px;
color: #000000;
font-weight :normal;
padding-top :4px;
padding-bottom : 5px;
padding-left : 6px;
}

.themeieMainItemleft
{
border-bottom:1px solid #D3D1D1;
}

.themeieMainFolderleft
{
border-bottom:1px solid #D3D1D1;
}

.themeieMainItemRight
{
border-bottom:1px solid #D3D1D1;
}

.themeieMainFolderRight
{
border-bottom:1px solid #D3D1D1;
}


.themeieMainItemleft1
{
padding-bottom:0px;
}

.themeieMainFolderleft1
{
padding-bottom:0px;
}

.themeieMainItemRight1
{
padding-bottom:0px;
}

.themeieMainFolderRight1
{
padding-bottom:0px;
}