/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
{
	font-size:		18px;
	color:			white;
	background-color:	transparent;
	padding:		10;
	border:			0;
	cursor:			default;
}

.ThemeMiniBlackSubMenuTable
{
	border-top:		1px solid #ecedf1;
	border-bottom:		1px solid #ecedf1;
	border-left:		1px solid #ecedf1;
	border-right:		1px solid #ecedf1;
	padding:		10;
	color:			#000000;

	/*background-color:	#e08f33;*/
	background-image: url(../../images/menu-bg3.gif);
	background-repaet: repeat-x;
}

.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
	padding:	0;
	/*border-top:	1px solid white;*/
	border-bottom:1px solid white;
	/*border-left:	1px solid red;*/
	/*border-right:	1px solid red;*/
}

.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;
}


.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
	font-size:	15px;

}

.ThemeMiniBlackMenuItemText,.ThemeMiniBlackMenuItemTextHover,.ThemeMiniBlackMenuItemTextActive
{
	white-space:	nowrap;
	font-size:	12px;

}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive
{
	/*color:			#957148;*/
	color:			#134B78;
	/*border-top:		1px solid #ecedf1;
	border-bottom:		1px solid #ecedf1;
	border-left:		1px solid #ecedf1;
	border-right:		1px solid #ecedf1;*/
	background-color:	transparent;
	background-image: url(../../images/menu-bg3.gif);
	background-repaet: repeat-y;

	
}

.ThemeMiniBlackMenuItemHover
{
	/*color:			#957148;*/
	color:			#134B78;
	background-color:	white;
	/*background-image: url(../../images/anim_tab.gif);*/
	/*background-repaet: repeat-x;*/

	
}



.ThemeMiniBlackMenuSplit
{
	height:			1px;
	margin-top:		1px;
	margin-bottom:		1px;
	overflow:		hidden;
	background-color:	inherit;
	border-top:		1px solid white;
}
.ThemeMiniBlackMenuVSplit
{
	width:			1px;
	margin:			5px;
	overflow:		hidden;
	background-color:	inherit;
	border-right:		1px solid white;
}
.ThemeMiniBlackMainItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	5px;
	padding-right:	0px;

}
