/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	12px;
	color:		white;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	cursor:		default;

}



.ThemeMiniBlackSubMenuTable
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	12px;
	color:		#af0036;
	background-color:	#e7e7e7;
	padding:	0;
	border:		0;
	line-height: 23px;
	cursor:		default;
	width: 150px;
}
.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;
	border:		0;
	padding:	0;
}

.ThemeMiniBlackSubMenuTable
{
	/*border-left:	1px solid white;*/
	
}

.ThemeMiniBlackMenu td
{
	padding:	0px 10px 0px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #af0036;

}

.ThemeMiniBlackSubMenuTable td
{
	white-space:	nowrap;
	padding-left: 5px;	
}

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

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		#FFF;
	background-color: #af0036;
	cursor:pointer;
	cursor:		hand !important;

}

td.ThemeMiniBlackMenuSplit
{
	overflow:	hidden;
	background-color:	inherit;
}

div.ThemeMiniBlackMenuSplit
{
	height:		1px;
	margin:	0px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.ThemeMiniBlackMenuVSplit
{
	display:	block;
	width:		1px;
	margin:		0px ;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #af0036;
}

