
.MenuGroup
{
  cursor:default; 
  width:160px;
}
.MenuGroupCascade
{
  cursor:default; 
  width:162px;
  border-left:1px #FFA63F solid;
  border-right:1px #FFA63F solid;
  border-top:1px #FFA63F solid;
}

.MenuItem
{
  background-color:#FFF8EE; 
  color:#000000;
  border-bottom:1px #FFA63F solid;
  font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
  font-size:10px; 
  height:17px;
  padding:5px;
  padding-left:8px;
  padding-right:8px;
  cursor:default; 
}
.MenuItemCascade
{
  background-color:#FFA63F; 
  color:#000000;
  border-bottom:1px #FFA63F solid;
  font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
  font-size:10px; 
  height:17px;
  padding:5px;
  padding-left:8px;
  padding-right:8px;
  cursor:default; 
}

.MenuItemCascadeParent
{
  background-color: #DDF1F7;
  color:#000000;
  border-bottom:1px #FFA63F solid;
  font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
  font-size:10px; 
  height:17px;
  padding:5px;
  padding-left:8px;
  padding-right:8px;
  cursor:default; 
}

.MenuItemCascadeSelected
{
  background-color: #FFA63F;
  color:#000000;
  border-bottom:1px #FFA63F solid;
  font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
  font-size:10px; 
  height:17px;
  padding:5px;
  padding-left:8px;
  padding-right:8px;
  cursor:default; 
}

.MenuItemOver 
{
  background-color:#FFA63F; 
  color:black; 
  border-bottom:1px #FFA63F solid;
  font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
  font-size:10px; 
  height:17px;
  padding:5px;
  padding-left:8px;
  padding-right:8px;
  cursor:default; 
}

.MenuItemSelected
{
  background-color:#000000; 
  color:white; 
  border-bottom:1px #FFA63F solid;
  font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
  font-size:10px; 
  height:17px;
  padding:5px;
  padding-left:8px;
  padding-right:8px;
  cursor:default; 
}

.MenuItemOverCascade 
{
  background-color:#FFFFFF; 
  color:black; 
  border-bottom:1px #FFFFFF solid;
  font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
  font-size:10px; 
  height:17px;
  padding:5px;
  padding-left:8px;
  padding-right:8px;
  cursor:default; 
}
.menuDisplayTable
{
	vertical-align: top;
	padding: 0 0 0 0;
	border-top: 1px #FFA63F solid;
	border-width: 1px;
	background-color: White;
	width: auto;
}