.topMenu {
  background-color: #ffffff;
  background-image: url(menubackground.gif);
  border-width: 0;
  border-style: none;
}

.submenu {
  background-color: #000000;
  border-width: 1;
  border-style: solid;
  border-color: #AAAAAA;
}

.topItemNormal {
  background-image: url(img/css/btn1.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemNormal0 {
  background-image: url(yellow1.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;  
  color: #000000;
  cursor: pointer;
}

.topItemNormal1 {
  background-image: url(orange1.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemNormal2 {
  background-image: url(green1.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemNormal3 {
  background-image: url(pink1.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemNormal4 {
  background-image: url(blue1.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemNormal5 {
  background-image: url(red1.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}


.topItemOver {
  background-image: url(img/css/btn2.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemOver0 {
  background-image: url(yellow2.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemOver1 {
  background-image: url(orange2.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemOver2 {
  background-image: url(green2.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemOver3 {
  background-image: url(pink2.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemOver4 {
  background-image: url(blue2.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.topItemOver5 {
  background-image: url(red2.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}



.itemNormal {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  border: solid;
  border-width: 1px; 
  border-color: #bfc1cd; 
    background-color: #ffffff;
      text-align: center;
	top:2px;
	left:5px;
	width:145px;
	height:24px;


}

.itemOver {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  border: solid;
  border-width: 1px; 
  border-color: #bfc1cd; 
    background-color: #0000a0;
      text-align: center;
	top:2px;
	left:5px;
	width:145px;
	height:24px;

}

