/*Menu Topo*/

.menutop-active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background: #005780;
	width: 92px;
	height: 20px;
}
.menutop-inactive
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #878787;
	text-align: center;
	background: #B5EBFF;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	width: 92px;
	height: 20px;
	cursor: pointer;
}

.menutop-inactive a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #878787;
	text-decoration: none;
	background: #B5EBFF;
}
.menutop-inactive a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #878787;
	text-decoration: none;
	background: #B5EBFF;
}
.menutop-inactive a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #878787;
	text-decoration: none;
	background: #D3F3FF;
}
.menutop-inactive a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: #D3F3FF;
}


.menutop-inactiveHoover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	text-align: center;
	background: #005780;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	width: 92px;
	height: 20px;
	cursor: pointer;
}/*Laranja: #D3F3FF*/

/*Menu Lateral*/

.mainDiv
{
  width: 202px;
}
.topItem
{
	width: 202px;
	height: 20px;
	cursor: pointer;
	background: #E8E8E8;
	text-decoration: none;
	color: Black;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
}

.topItemOver
{
	width: 202px;
	height: 20px;
	cursor: pointer;
	background: #008CCC;
	text-decoration: none;
	color: White;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
}



.dropMenu
{
	background-color: transparent; 
	/*border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;*/
}

.subMenu
{
   display:none;
}

.subMenuSel
{
   display:inline;
}


.subItem
{
	padding-left: 5px;
	height: 20px;
	cursor: pointer;
	text-decoration: none;
	color: Black;
	font-family: Verdana;
	font-size: 10px;
	background-color: #E8E8E8;
}


.subItemOver
{
	cursor: pointer;
	height: 20px;
	padding-left: 5px;
	color: White;
	font-family: Verdana;
	font-size: 10px;
	background-color: #008CCC;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
