.MenuJs_Fisco
{
	background: #FFFFFF;
	height: 30px;
	text-transform: uppercase;
	font: bold 10px Arial, Verdana, Sans-serif;
	min-width: 940px;
	z-index:9000;
}

.MenuJs_Fisco .rootList
{
	float: left;
	min-width: 830px;
	margin-left: -1px;
}

.MenuJs_Fisco a
{
	height: 26px;
	line-height: 26px;
	padding: 2px 0;
	background: #FFFFFF;
}

.MenuJs_Fisco a.FirstItem span
{
	border-left: solid 1px #babac5;
	text-transform: none;
}

.MenuJs_Fisco a span
{
	border-right: solid 1px #babac5;
	height: 26px;
	padding: 0 7px;
	text-align: center;
	display: block;
	color: black;
}

.MenuJs_Fisco .rootItem a:hover span
{
	background: #FFFFFF;
}

.MenuJs_Fisco .rootItem ul a
{
	width: 183px;
	border-bottom: solid 1px #e3e4e8;
	height: 19px;
	line-height: 19px;
	background: white;
	padding: 0;
	z-index:9000;
}

.MenuJs_Fisco .rootItem ul li a:hover
{
	background-color: #d8e6eb;
}

.MenuJs_Fisco .rootItem ul a span
{
	border: 0;
	text-align: left;
	padding: 0 0 0 8px;
	height: 19px;
}

.MenuJs_Fisco .rootItem ul li a:hover span
{
	background: #d8e6eb;
}

.MenuJs_Fisco .SubMenuItems
{
	margin: -2px 0 0 -1px;
}

.MenuJs_Fisco .SubMenuItems ul
{
	background: #FFFFFF;
	width: 183px;
}

.MenuJs_Fisco .rootItem ul li a.SubMenuItemLink span
{
	/*background: #FFFFFF no-repeat 100% -62px;*/
	background: transparent url('/Menu/Scripts/Menu.JS/Skins/Fisco/MenuSprites.gif') no-repeat 100% -62px;
	z-index:9000;
}

.MenuJs_Fisco .rootItem ul li a.SubMenuItemLink:hover span
{
	background: transparent url('/Menu/Scripts/Menu.JS/Skins/Fisco/MenuSprites.gif') no-repeat right -82px;
	/*background: #FFFFFF no-repeat right -82px;*/
	z-index:9000;
}

.MenuJs_Fisco .NextLevel
{
	left: 163px;
	margin-top: -20px;
}

.MenuJs_Fisco .rootItem.FirstListItem .SubMenuItems
{
	margin-left: 0;
}

/* this flips the last menu subitem to compensate the horizontal scrollbar if the menu is 100% wide */
.MenuJs_Fisco .rootItem.LastListItem .SubMenuItems
{
	margin-left: -73px;
}

#Menu1 ul, #Menu1 ul li{
	z-index:2;
}
/*
#divMenuInstitucional{
	width:150px;
}
*/
#sobre a span{
	text-transform:uppercase;
	font-size:10px;
}