/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu
{
	font-family:	verdana, arial, sans-serif;
	font-size:	11px;
	color:		#000000 /*0071BD*/;
	background-color:	#FFFFFF;
	padding:	0;
	cursor:		default;
	font-weight: bold;
	text-align: center;
	height: 30px;
	cursor:		hand;
}

.ThemeMiniBlackSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	11px;
	color:		#0071BD;
	background-color:	#F2F4FF;
	padding:	0;
	cursor:		hand;
	
	text-align: left;
	height: 20px;
	line-height: 20px;
	width: 120px;
	
	filter: Alpha(Opacity=100);
}

.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;
	

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:        100;
	border:		0;
	padding-top:	2;
}

.ThemeMiniBlackSubMenuTable
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071BC;
	border-right-color: #0071BC;
	border-bottom-color: #0071BC;
	border-left-color: #0071BC;
}

.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
	width: 91px;
	margin: 1px;
	padding: 0px;
}

.ThemeMiniBlackMainItem
{
	border: 1px solid #0071BC;

}
.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive
{
	color:		#F78429;
	background-color: #FFFFFF;
	border: 1px solid #0071BC;
}

.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		#FFFFFF;
	background-color: #0071BD;
}

.ThemeMiniBlackMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	#FF0000;
	border-top:	1px solid white;
}

.ThemeMiniBlackMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	#FF0000;
	border-right:	1px solid white;
	padding: 0px;
}

