/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
{
	font-family:	"trebuchet ms", helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	color: #f2f2f2;
	
  height:25px;
	padding:	0;
	margin: 0;
	border:		0;
  width:725px;
	cursor:		pointer;
}
.ThemeMiniBlackMenu {
background:  url('fondo_menu.jpg') black repeat-x;
}

.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;
	border:		0;
	padding:	0;
	background-color:#333;
}

.ThemeMiniBlackSubMenuTable
{
	border-top:	3px solid #f8ab0c;
	width:200px;
  /*padding:2px 5px 5px 5px;*/

}

.ThemeMiniBlackMenu td
{
	padding:	0px 3px 0px 3px;
}

.ThemeMiniBlackSubMenuTable td
{
	white-space:	nowrap;
	padding: 0px 3px 0px 3px;
}

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

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		#f8ab0c;
}

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;
}
