/* ThemeMiniBlackMenu Style Sheet */

.MiniBar{
width:800px;
}
.ThemeMiniBlackMenu
{
	font-family:Helvetica,verdana, arial, sans-serif;
	font-size:	11px;
	color:		white;
	background-color:#6e5109;
	padding:	0;
	border:		0;
	cursor:		default;
	height:40px;
	font-weight:bold;

  
}
.ThemeMiniBlackSubMenuTable
{
font-family:	Helvetica,verdana, arial, sans-serif;
	font-size:	11px;
	color:		white;
	background-color:#6e5109;
	padding:	0;
	text-indent:20px;
	padding-bottom:20px;
	padding-top:20px;
	padding-right:20px;
	border:		0;
	cursor:		hand ;
	height:180px;	
	width:210px;
	font-weight:bold;
}
.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;
	
	border:		0;
	padding:	0;
}

.ThemeMiniBlackSubMenuTable
{
	border-top:	1px solid white;
	
}

.ThemeMiniBlackMenu td
{
	padding:	0px 20px 0px 20px;
}

.ThemeMiniBlackSubMenuTable td
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		red;
	cursor: pointer;
    white-space: nowrap;
    cursor: hand; 

}

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;
}
