﻿
/* Root Items */

.menuRootPanel {
  cursor: pointer; 
} 

.DefRoot_ItemCSS {
  background: transparent;
  padding: 4px 3px;
} 

.HoverRoot_ItemCSS {
  border-color: #666; 
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  margin: 3px 2px 0px 2px;
  padding: 1px 0px 3px;
  background-color: #f5d17f;
}

.HoverRoot2_ItemCSS {
  border-color: #666; 
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  margin: 3px 2px 3px 2px;
  padding: 0px 0px 0px 0px;
  background-color: #f5d17f;
} 

.DefRoot_TextCont {
  color: #222;
  font-weight: bold;
  font-family: Verdana;
  font-size: 11px;
  height: 18px;
}
 
.HoverRoot_TextCont {
  color: #000;
  font-weight: bold;
  font-family: Verdana;
  font-size: 11px;
  height: 18px;
}
 
.DefRoot_TextCell {} 

.DefRoot_ImgCont {
  width: 10px;
} 

.DefRoot_Img {
  width: 0px; 
}

.DefRoot_ArrCont {
  width: 10px; 
} 

.DefRoot_Arr {
  width: 0px;
}


/************************************************************************
  Child Items
************************************************************************/

.menuChildPanel {
  background: #efece5 url('../images/fundo_menu.jpg');
  border-color: #aaa;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  cursor: pointer;
  padding: 0px;
}

.DefChild_ItemCSS {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #888;
  padding: 3px;
} 

.HoverChild_ItemCSS {
  background-color: #f5d17f; /* bfd7af */
  border-color: #99b58c; /* 99b58c */  
  border-style: solid;
  border-width: 1px;
  margin: 2px;
  padding: 0px;
} 

.DefChild_TextCont {
  color: #111;
  font-family: Verdana;
  font-size: 11px;
}
 
.DefChild_TextCell {
  padding: 2px 4px 2px 4px;
} 

.HoverChild_TextCell {
  padding: 2px 4px 2px 4px;
} 

.DefChild_ImgCont {
  width: 0px; 
}
.DefChild_Img {
  width: 0px; 
}
.DefChild_ArrCont {
  width: 10px; 
}
.DefChild_Arr {
  width: 0px; 
}

/************************************************************************
  Menu Separator
************************************************************************/

.menuSep .menuImgCont, 
.menuSep .menuImgCell,
.menuSep .menuImg,
.menuSep .menuSepImg {
	line-height: 0px;
	font-size: 0px;
	border-top: 1px solid #bbb;
}
