/* 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: #930400;
  cursor: pointer;
  padding-left: 7px;
  padding-right: 8px;
  border-right: 1px solid #930400;
}
/* Style for top items: mouseover state */
.topItemOver {
  color: #ffffff;
  padding-left: 7px;
  padding-right: 8px;
  border-right: 1px solid #930400;
}
/* Style for top items: normal state */
.topItemLastNormal {
  color: #930400;
  cursor: pointer;
  padding-left: 7px;
  padding-right: 8px;
}
/* Style for top items: mouseover state */
.topItemLastOver {
  color: #ffffff;
  padding-left: 7px;
  padding-right: 8px;
}

/* 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: #7C3D11;
  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: #000000;
  width: 100%
}

/* Style for items text: mouseover state */
.itemTextOver {
  text-align: left;
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #FFFFFF;
  width: 100%
}