/* Style for top-menu */
.topMenu {
}

/* Style for submenus */
.submenu {
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #86c4e8;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
  background-image: url('images/menu_back_20.jpg');
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 10px;
  color: #FFFFFF;
  cursor: pointer;
  width: 186px;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Style for top items: mouseover state */
.topItemOver {
  background-image: url('images/menu_back2_20.jpg');
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 10px;
  color: #FFFFFF;
  cursor: pointer;
  width: 186px;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-color: #BBD7EE;
  padding: 0px 10px 0px 2px;
  width: 175px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #80ADC8;
  background-image: url('images/subback.gif');
  padding: 0px 0px 0px 2px;
  width: 175px;

}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: arial, tahoma;
  font-size: 11px;
  color: #000000;
  width: 100%;
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: arial, tahoma;
  font-size: 11px;
  color: #FFFFFF;
  width: 100%
}