/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu
{
	font-family: arial,helvetica;
	font-size: 12px;
	color: white;
	background-color: transparent;
	padding: 0;
	border: 0;
	cursor: default;
}

.ThemeMiniBlackSubMenuTable
{
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #03185B;
	padding: 0;
	border: 0;
	cursor: default;
}

.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 white;
}

.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
	border: 0px;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color: #FFD700;
}

.ThemeMiniBlackMenuSplit
{
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: transparent;
	border-top: 0px solid white;
}

.ThemeMiniBlackMenuVSplit
{
	width:		0px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	0px solid white;
}
