/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	9px;
	color:		white;
	background-color:	black;

	padding:	0;
	border:		0;

	cursor:		default;
}

.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;

	border:		0;
	padding:	0;
}

.ThemeMiniBlackSubMenuTable
{
	border-top:	0px solid white;
	
}



.ThemeMiniBlackMenu td
{
	padding:	8px 10px 8px 10px;
	background-image: url(../../images/left-rt-linkbg_c2.gif);
	background-repeat: repeat-x;
	cursor:pointer;
	
	
}

.ThemeMiniBlackMenu tr
{
	

}

.ThemeMiniBlackSubMenuTable td
{
	padding:	8px 10px 8px 10px;
	background-image: url(../../images/left-rt-linkbg_c2.gif);
	background-repeat: repeat-x;
	cursor:pointer;	
	border-left:1px solid white;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		#852727;
	
}

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;
}

