.topMenu {
  background-color: #459876;
  border-width: 0;
  border-style: none;
}

.submenu {
  background-color: #FFE198;
  border-width: 1;
  border-style: solid;
  border-color: #E5B843;
}

.topItemNormal {
	background-image: url(imgs/css/btn_back.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #555555;
	cursor: pointer;
	font-weight: bold;
}

.topItemOver {
  background-image: url(imgs/css/btn_back.jpg);
  background-repeat: no-repeat;
  font-family: Tahoma;
  font-size: 12px;
  color: #555555;
  cursor: pointer;
  font-weight: bold;  
}

.itemNormal {
  font-family: Tahoma;
  font-size: 12px;
  color: #555555;
  cursor: pointer;
  background-color: #FFE198;
  font-weight: bold;      
  width: 123px;  
}

.itemOver {
	font-family: Tahoma;
	font-size: 12px;
	color: #555555;
	cursor: pointer;
	background-color: #FEEDC2;
	font-weight: bold;
	width: 123px;	
}




