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