﻿/* Style for top-menu */
.topMenu {
width:100%;
text-align:center;
}

/* 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 {
  background-image: url(topmenu/btn1.gif);
  background-repeat: no-repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;  
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
  width:110px;
  height: 32px;
  text-align: center;
}

/* Style for top items: mouseover state */
.topItemOver {
  background-image: url(topmenu/btn2.gif);
  background-repeat: no-repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
  width:110px;
  height: 32px;
  text-align: center;
}

/* 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: #99cc99;
  padding: 5px 15px 5px 15px;
  width: 200px;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  width: 100%;
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  width: 100%;
}

