/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
{
	font-family: verdana, arial, sans-serif;
	font-size:	13px;
	font-weight:bold;
	color:		#FFFFFF;
	padding:	0px;
	border:		0;
	cursor: pointer;
	cursor: hand;

}

.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;
	background-color:rgb(42, 85, 177);
	color:#FFFFFF;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	
	padding:7px;
	z-index:100;
	border:1px solid #FFFFFF;

	

}

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

.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
}

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

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color: #FFFFFF;
	/*text-decoration:underline;*/
	font-weight:bold;
	
}


/*
.parche1:hover{
	color: #CCCCCC;
	text-decoration:underline;
	font-weight:bold;
}

.parche1{
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
}
*/

.parche:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.parche{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}


.parche2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}


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

