/* ThemeIEMenu Style Sheet */

.ThemeIEMenu{
	white-space:nowrap;
	cursor:		default;
/*	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: 0px;
	padding: 0px;
  margin:	0px;
}

.ThemeIESubMenuTable
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	cursor:		default;
	white-space:nowrap;
	line-height: 1.4;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	background-color: #f5f0eb;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	white-space:	nowrap;
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	cursor: pointer;
	text-decoration: none;
}

.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
{
	color: #4c483e;
	background-color: #f5f0eb;
	border-bottom:	1px solid #e2d5cc;
	border-right:	1px solid #e2d5cc;
	padding-right:10px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
}
.ThemeIEMenuItemEven
{
	color: #4c483e;
	background-color: #f0e8e2;
	border-bottom:	1px solid #e2d5cc;
	border-right:	1px solid #e2d5cc;
	padding-right:10px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
}
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
  color: #ffffff;
  border-bottom:	1px solid #e2d5cc;
  border-right:	1px solid #e2d5cc;
  padding-right:10px;
  background-color: #146a81;
  padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
}

/* 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;
}

.subMenuTopArrow {
  background-image: url(menu_top_bg.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-left:40px;
}