/* ThemeMiniBlackMenu Style Sheet */

.ThemeShariMenu,.ThemeShariSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	13px;
	font-weight: bold;
	color:		#660066;
	background-color:	#33CC33;

	padding:	0;
	

	cursor:		default;
}

.ThemeShariSubMenu
{
	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;
}

.ThemeShariSubMenuTable
{
	border:	1px solid #660066;
	overflow: visible;
}

.ThemeShariSubMenuTable TD
{
	white-space:	nowrap;
}

.ThemeShariMainItem,.ThemeShariMainItemHover,.ThemeShariMainItemActive,
.ThemeShariMenuItem,.ThemeShariMenuItemHover,.ThemeShariMenuItemActive
{
	white-space:	nowrap;
}

.ThemeShariMainItemHover,.ThemeShariMainItemActive,
.ThemeShariMenuItemHover,.ThemeShariMenuItemActive
{
	background-color:	#cc6699;
}

.ThemeShariMainItem
{
	padding:	1px;
	border:		0;
}

td.ThemeShariMainItemHover,td.ThemeShariMainItemActive
{
	padding:	1px;
}



/* sub menu sub components */

.ThemeShariMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	padding-right:	2px;

	
	background-color:	inherit;
	white-space:	nowrap;
}









.ThemeShariMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #660066;
}

.ThemeShariMenuVSplit
{
	width:		2px;
	margin:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #660066;
}

