/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	12px;
	height:		30px;
	color:#535353;
	width:		700px;
	padding:	0;
	border:		0;
	font-weight:bold;
	cursor:		hand;
	text-align:center;
	background-image:url(../images/menu-devider.gif);
	background-repeat:no-repeat;
	background-position:right;



}
.ThemeMiniBlackSubMenuTable
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	12px;
	color:		white;
	width:      142px;
	background-color:	black;
	padding:	0;
	border:		0;
	cursor:		default;
	text-align:left;	
	filter: alpha(opacity=75);
    -moz-opacity:.75;
}

.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:	0;
	
}


.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
	line-height: 9pt;

	
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;

}


.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		#FFFF00;
}
.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive

{
	color:		#f96400;
	background-image:url(../images/icon_up.gif);
	background-position:center;

}

.ThemeMiniBlackMenuSplit
{
	height:		0px;
	margin-top:	0px;
	margin-bottom:	0px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #666666;
}

.ThemeMiniBlackMenuVSplit
{
	width:		0px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}
