/* ThemeIEMenu Style Sheet */

.ThemeIEMenu2
{
	font-family: Verdana;
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	white-space:nowrap;
	line-height: 1.3;
}

.ThemeIESubMenu2
{
	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;
	border-right: 2px solid #333333;
/*	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.ThemeIESubMenuTable2
{
/*	border:	1px solid #F6E8D1;*/
	background-color: #f0e8e2;
	border-bottom: 2px solid #333333;
}

.ThemeIESubMenuTable2 td
{

}

.ThemeIEMainItem2,.ThemeIEMainItemHover2,.ThemeIEMainItemActive2
{
	white-space:	nowrap;
}

.ThemeIEMainItemEven2
{
	background-color: #333333;
	white-space:	nowrap;
}

.ThemeIEMainItemHover2,.ThemeIEMainItemActive2
{
	cursor: pointer;
	text-decoration: none;
  color: #ffffff;
  background-color: #146a81;
}

.ThemeIEMenuItem2
{
	color: #4c483e;
	background-color: #f5f0eb;
	border-bottom:	1px solid #e2d5cc;
	border-right:	1px solid #e2d5cc;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
}
.ThemeIEMenuItemEven2
{
	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;
}
.ThemeIEMenuItemHover2,.ThemeIEMenuItemActive2
{
	cursor: pointer;
	text-decoration: none;
  color: #ffffff;
  background-color: #146a81;
	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;
}

.ThemeIEMenuSplit2
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
}

.ThemeIEMenuVSplit2
{
	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" />
*/

.ThemeIEMenuItem2 img.seq1
{
	display:	inline;
}

.ThemeIEMenuItemHover2 seq2,
.ThemeIEMenuItemActive2 seq2
{
	display:	inline;
}

.ThemeIEMenuItem2 .seq2,
.ThemeIEMenuItemHover2 .seq1,
.ThemeIEMenuItemActive2 .seq1
{
	display:	none;
}

.ThemeIESubMenu_border_lt2
{
  background-image: url(menu_left_top.gif);
  background-position: top right;
  background-repeat: no-repeat;
  width:2px;
  height:25px;
}

.ThemeIESubMenu_border_lbg2
{
  background-image: url(menu_left_bg.gif);
  background-repeat: repeat-y;
  background-position: top right;
}

.ThemeIESubMenu_border_tbg2
{
  background-image: url(menu_top_bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-bottom: 3px;
}

.themeieMainFolderRight2
{
  width: 7px;
  text-align: right;
  /*background-image: url(categories_arrow_right.gif);*/
}
