/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	10px;
	color:		white;
	padding:	0;
	border:		0;
	cursor:		default;
	text-align: left;
}

.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;
	z-index:        100;
	border:		0;
	padding:	0;

	/*background-image: url(transparent.png);*/
	background-color: #000;
	FILTER: alpha(opacity=75); opacity: 0.75; -moz-opacity: 0.75;
}

.ThemeMiniBlackSubMenuTable
{
	border-top:	0px solid white;
}

.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		#ff8c3e;
}

.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;
}
