/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	10px;
	color:		#000000;
	font-weight: normal;
	padding:	0;
	border:		0;
	cursor:		pointer;
	text-align: left;

}
.ThemeMiniBlackMenu
{
	font-family:	verdana, arial, sans-serif;
	font-size:	10px;
	color:		#ffffff;
	font-weight: normal;
	padding:	0;
	border:		0;
	cursor:		pointer;
	text-align: left;
}

.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;
	background-color:	#ffffff;

	/*
	   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;
}

.ThemeMiniBlackSubMenuTable
{
	border:	1px solid black;

}

.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
	padding-left:	10px;
	padding-right:	10px;
	padding-top:3px;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		white;
	background-color:	#000000;
}

.ThemeMiniBlackMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.ThemeMiniBlackMenuVSplit
{
	width:		3px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}
