/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackSubMenuTable
{
	font-family:  arial, sans-serif;
	font-size:	10px;
	color:		white;
		font-weight: bold;
	background-color:	#6C0000;

	padding: 1px;
	border:		0;

	cursor:		default;
}
.ThemeMiniBlackMenu
{
	font-family:  arial, sans-serif;
	font-size:	12px;
	color:		white;
	font-weight: bold;
	width: 750px;
	background-color:	#6C0000;

	padding:	5;
	border:		0;

	cursor:		default;
}
.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;
	border:		0;
	padding:	0;
}

.ThemeMiniBlackSubMenuTable
{
	border: 1px solid #6C0000;
}

.ThemeMiniBlackMenu td
{
	padding:	0px 3px 0px 3px;
}

.ThemeMiniBlackSubMenuTable td
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
	cursor: pointer;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive
{

}
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		#6C0000;
	background-color: white;
	cursor: pointer;
}

td.ThemeMiniBlackMenuSplit
{
	overflow:	hidden;
	background-color:	inherit;
}

div.ThemeMiniBlackMenuSplit
{
	height:		1px;
	margin:		1px 0px 1px 0px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.ThemeMiniBlackMenuVSplit
{
	display:	block;
	width:		1px;
	margin:		0px 3px 0px 3px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}