/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFDF00;
	padding: 10 0 0;
	border: 1px solid #E2E2E2;
	cursor: default;
	font-weight: bold;
	text-align: left;
	height: 22px;
	width: 100%;
	text-indent: 9px;
}

.ThemeMiniBlackSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	10px;
	color:		black;
	font-weight: bold;
	background-color:	#FFFBDF;
	background-color:	#5495B5;
	padding:	0;
	cursor:		default;
	text-align: left;
	height: 20px;
	line-height: 20px;
	width: 146px;

	text-indent: 5px;
}

.ThemeMiniBlackSubMenu
{
	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;
}

.ThemeMiniBlackSubMenuTable
{
	border: 1px solid #E2E2E2;
}

.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive
{
	color:		#000000;
	background-color: #FFEA51;
}

.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		#FFFFFF;
	background-color: #AAAAAA;
}

.ThemeMiniBlackMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.ThemeMiniBlackMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}
