/* ThemeIEMenu Style Sheet */

.ThemeIEMenu
{
	font-family: Arial;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	cursor:		default;
	border:		0px;
	white-space:nowrap;
	width:100%;
	height:100%;
	text-align:center;
}

.ThemeIESubMenuTable
{
	font-family: Arial;
	font-size: 12px;
	color: #605e5e;
	cursor:		default;
	padding:	10px;
	white-space:nowrap;
	border: 10px solid #0c3b55;
	background-color: #ffffff;
	/*width:962px;*/
}


.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:		0px;
	padding:	0px;
	left:10px;

	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	white-space:	nowrap;
	font-size: 22px;
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	cursor: pointer;
	text-decoration: none;
}

.ThemeIEMenuItem, .ThemeIEMenuItemHover, .ThemeIEMenuItemActive {
  padding-left:20px;
  padding-right:20px;
}
.ThemeIEMenuItem a{
  color: inherit;
}
.ThemeIEMenuItem a:hover{
  color: #0c3b55;
  background-color: #EEF2DD;
	text-decoration: none;
}
.ThemeIEMenuItemHover
{
	color: #0c3b55;
	background-color:	#EEF2DD;
}


.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;
}

