/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	12px;
	color:		white;
	border:		0;
	cursor:		pointer;
	background-color: black;
	
}
.ThemeMiniBlackMenu{
	background-color: transparent;
	background-image: url(../../../themes/black/topmenu-longer.gif);
	width: 570px;
	line-height: 15px;
	margin-left: 30px;
	padding-left: 10px;
	font-size: 1em;
	font-weight: bold;
}
#panelMenu{
	position: absolute;
	left: 30px;
	top: 400px;
	width: 900px;
	background-color: black;
	height: 30px;
}
.ThemeMiniBlackMenu{

}

.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:	0px;
}

.ThemeMiniBlackSubMenuTable
{
	border-top:	1px solid white;
}

.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
}

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

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		red;
}

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

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


/* Created by Victor Leite
   Prado Component 
	Disabled the JsCookMenuItem
	Date: 18/01/2008
*/
span.disabledTextItem
{
	color: #CAC8B9;

}



