/* ThemeMiniBlackMenu Style Sheet */

.ThemeLisaMenu,.ThemeLisaSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	11px;
	font-weight: bold;
	color:		#FFFFFF;
	background-color:	#660066;

	padding:	1px 1px 1px 1px;
	

	cursor:		default;
}

.ThemeLisaSubMenu
{
	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:  0;
	border:		0;
	padding:	0;
	overflow: hidden;
}

.ThemeLisaSubMenuTable
{
	border:	1px solid #660066;
	overflow: visible;
}

.ThemeLisaSubMenuTable TD
{
	white-space:	nowrap;
}

.ThemeLisaMainItem,.ThemeLisaMainItemHover,.ThemeLisaMainItemActive,
.ThemeLisaMenuItem,.ThemeLisaMenuItemHover,.ThemeLisaMenuItemActive
{
	white-space:	nowrap;
}

.ThemeLisaMainItemHover,.ThemeLisaMainItemActive,
.ThemeLisaMenuItemHover,.ThemeLisaMenuItemActive
{
	background:		url(mainmenubg.gif);
	color: #330033;
}


.ThemeLisaMainItem
{
	padding:	2;
	border:		0;
}

td.ThemeLisaMainItemHover,td.ThemeLisaMainItemActive
{
	padding:	2;
}



/* sub menu sub components */

.ThemeLisaMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	padding-right:	2px;

	
	background-color:	inherit;
	white-space:	nowrap;
}









.ThemeLisaMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #cc0099;
}

.ThemeLisaMenuVSplit
{
	width:		2px;
	margin:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #cc0099;
}

