/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu
{
	font-family:	verdana, arial, sans-serif;
	font-size:	10px;
	height:		30px;
	color:		white;
	width:		550px;
	padding:	0;
	border:		0;
	cursor:		default;
	text-align:center;
	
}
.ThemeMiniBlackSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	10px;
	color:		white;
	width:      155px;
	background-color:	black;
	padding:	0;
	border:		0;
	cursor:		default;
	filter: alpha(opacity=75);
    -moz-opacity:.75;
}

.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 TD
{
	white-space:	nowrap;
	line-height: 12pt;

	
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;

}


.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		#FFFF00;
}
.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive

{
	color:		white;
	background-color:	black;

}

.ThemeMiniBlackMenuSplit
{
	height:		0px;
	margin-top:	0px;
	margin-bottom:	0px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #666666;
}

.ThemeMiniBlackMenuVSplit
{
	width:		0px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}
.ThemeMiniBlackSubMenuTableCopy {
	font-family:	verdana, arial, sans-serif;
	font-size:	11px;
	color:		white;
	background-color:	black;
	padding:	0;
	border:		1;
	cursor:		default;
	filter: alpha(opacity=50);
    -moz-opacity:.50;
}
