/* Breadcrumbs style ------------------------------------- */
.Teste
{
	border-right: #993300 1px solid;
	border-top: #993300 1px solid;
	font-size: 11px;
	border-left: #993300 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #993300 1px solid;
	font-family: arial;
	background-color: #993300;
}

.SiteMap
{
  font-family: arial;
  font-size: 11px;
  cursor: hand;
}

.BreadcrumbsNode
{
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  cursor: hand;
}

.BreadcrumbsNode:hover
{
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  cursor: hand;
}

.BreadcrumbsNode:link
{
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  cursor: hand;
}
/* Menu groups -------------------------------------------- */
.TopGroup
{
	color: white;
	background-color: #2D3799;
	cursor: hand;
}

.Group
{
	cursor: hand;
	color: white;
	background-color: #111340;
}

/* Default item styles ------------------------------------ */ 

.Item
{
	font-size: 11px;
		cursor: hand;
	color: #FFFFFF;
	font-family: arial;
}

.ItemHover
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: arial;
	background-color: #153D77;
}

.ItemExpanded
{
	border-right: #993300 1px solid;
	border-top: #993300 1px solid;
	font-size: 11px;
	border-left: #993300 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #993300 1px solid;
	font-family: arial;
	background-color: #993300;
}	

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: arial;
	background-color: #153D77;
	border: 1px solid #153D77;
}

.SelectedItemHover
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #153D77;
}

.SelectedItemExpanded
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: arial;
	background-color: #993300;
}

/* Child selected item styles ------------------------------------ */ 
.ChildSelectedItem
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: arial;
	background-color: #153D77;
}

.ChildSelectedItemHover
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: arial;
	background-color: #993300;
}

.ChildSelectedItemExpanded
{
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: arial;
	background-color: #993300;
}

