/* ThemeLCIMenu Style Sheet */

.ThemeLCIMenu,.ThemeLCISubMenuTable
{	cursor:pointer;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	padding:0;
	border:	0;
	white-space:nowrap;
}

.ThemeLCIMenu
{	background-color:#221346;
	color:#E5B922;
	font-weight:bold;
}

.ThemeLCISubMenu
{	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);
}

.ThemeLCISubMenuTable
{	border:1px solid #221346;
	border-top:0;
	background-color:#ffffff;
}

.ThemeLCISubMenuTable td
{	white-space:nowrap;
}

.ThemeLCIMainItem,.ThemeLCIMainItemHover,.ThemeLCIMainItemActive
{	border:1px solid #221346;
	border-bottom:0;
	padding:0 20px 0 5px;
	white-space:nowrap;
}

.ThemeLCIMenuItem,.ThemeLCIMenuItemHover,.ThemeLCIMenuItemActive
{	padding-left:3px;
	padding-right:3px;
	white-space:nowrap;
}

.ThemeLCIMainItemHover,.ThemeLCIMainItemActive
{	color:#221346;
	background-color:#ffffff;
}

.ThemeLCIMenuItemHover,.ThemeLCIMenuItemActive
{	background-color:#E5B922;
	color:#221346;
}

.ThemeLCIMenuSplit
{	height:	1px;
	margin-top:1px;
	margin-bottom:1px;
	overflow:hidden;
	background-color:inherit;
	border-top:1px solid #221346;
}

.ThemeLCIMenuVSplit
{	width:1px;
	margin:0px;
	overflow:hidden;
	background-color:inherit;
	border-right:1px solid #221346;
}

/* 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" />
*/

.ThemeLCIMenuItem img.seq1
{	display:inline;
}

.ThemeLCIMenuItemHover seq2,
.ThemeLCIMenuItemActive seq2
{	display:inline;
}

.ThemeLCIMenuItem .seq2,
.ThemeLCIMenuItemHover .seq1,
.ThemeLCIMenuItemActive .seq1
{	display:none;
}
