/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
    padding:	0;
	border:		0;
	cursor:		pointer;
}

.ThemeMiniBlackSubMenuTable
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
    text-decoration: none;
    background: #4C4C4C;
    padding:	3;
	border:		0;
	cursor:		pointer;
}

.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:	3;
}

.ThemeMiniBlackSubMenuTable
{
	line-height: 16px;
	text-indent: 3px;
}

.ThemeMiniBlackSubMenuTable TD
{
	white-space:    nowrap;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color: #FDE800;
}

.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;
}
