/* Style for top-menu */
.topMenu {
	border: 0px;
	margin: 0px;
}

/* Style for submenus */
.submenu {
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding-left: 7px;
  padding-right: 20px;
}
/* Style for top items: mouseover state */
.topItemOver {
  color: #000;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 20px;
  background-color: #e2e2e2;
  cursor: pointer;
}
/* Style for top items: normal state */
.topItemLastNormal {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding-left: 7px;
  padding-right: 20px;
}
/* Style for top items: mouseover state */
.topItemLastOver {
  color: #000;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 20px;
  background-color: #e2e2e2;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 5px 15px 5px 15px;
  width: 200px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #DB9600;
  padding: 5px 15px 5px 15px;
  width: 200px;
}

/* Style for items text: normal state */
.itemTextNormal {
  text-align: left;
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #DB9600;
  width: 100%
}

/* Style for items text: mouseover state */
.itemTextOver {
  text-align: left;
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #000;
  width: 100%
}