.MainMenu
{
	color: white;
	background-color: #587581;
	cursor: hand;
	z-index:1000;
  height:15px;
	padding-top:3px; 
}

.MainMenuBar
{
	border-right: white 1px solid;
	table-layout: auto;
	border-top: #587581 1px solid;
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: white;
	border-bottom: #587581 1px solid;
	font-family: Arial;
	background-color: transparent;
	z-index:1000; 
}

.MenuTendina
{	
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;    	
	color: white;
	font-family: Arial;
	background-color: #587581;
	text-align: left;
	z-index:1000; 
	line-height:20px;		
	/*
	border-right: #587581 1px solid;
	border-top: #587581 1px solid;	
	border-left: #587581 1px solid;	
	border-bottom: #587581 1px solid;		
*/
}

.MenuTendinaItem
{
	/*
	border-right: #587581 1px solid;
	border-top: #587581 1px solid;
	border-left: #587581 1px solid;
	border-bottom: #587581 1px solid;
	*/
	line-height:15px;
	cursor: hand;
	z-index:1000; 
	
}

.MenuDisabled
{
	border-right: #587581 1px solid;
	table-layout: auto;
	border-top: #587581 1px solid;
	font-weight: normal;
	font-size: 9pt;
	border-left: #587581 1px solid;
	cursor: default;
	color: white;
	border-bottom: #587581 1px solid;
	font-style: italic;
	font-family: Arial;
	background-color: transparent;
	z-index:1000; 
}
.MenuSelected
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	color: #ffde66;
	border-bottom: 1px solid;
	cursor: hand;
	z-index:1000; 	
}

.MenuBarSelected
{
	border-right: white 1px solid;
	table-layout: auto;
	border-top: #587581 1px solid;
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: #ffde66;
	border-bottom: #587581 1px solid;
	font-family: Arial;
	z-index:1000; 	
}

/*
.HighlightMenu a.static.highlighted
{
	color: #ffde66;			
}

.HighlightMenu a.dynamic.highlighted
{
	color: #ffde66;	
}
*/ 

.highlighted
{
  	color: #ffde66;		
}