.topMenu {
  background-image: url(img/css/raju.gif);
  border-width: 0;
  border-style: none;
}

.submenu {
  background-color: #FFFFFF;
  width: 100;
  border-width: 1;
  border-style: solid;
  border-color: #000000;
}

.topItemNormal {
  width: 70;
  background-image: url(img/css/btn1.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
}

.topItemOver {
  width: 70;
  background-image: url(img/css/btn2.gif);
  background-repeat: no-repeat;
  font-weight: bold;
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
}

.itemNormal {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(img/css/raju.gif);

}

.itemOver {
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #000066;
  cursor: pointer;
  background-color: #357EF8;
}
.buttontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
