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

.submenu {
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #95add6;
}

.topItemNormal {
background-image: url(img/css/btn1.gif);
background-repeat: no-repeat;
font-family: Tahoma;
font-size: 15px;
font-weight: bold;
color: #2c5bae;
cursor: pointer;
height: 35px;
}

.topItemOver {
background-image: url(img/css/btn2.gif);
background-repeat: no-repeat;
font-family: Tahoma;
font-size: 15px;
font-weight: bold;
color: #2c5bae;
cursor: pointer;
height: 35px;
}

.itemNormal {
  font-family: Tahoma;
  font-size: 11px;
  color: #2c5bae;
	font-weight: bold;
  cursor: pointer;
  background-color: #cad6eb;
}

.itemOver {
  font-family: Tahoma;
  font-size: 11px;
  color: #ff5f00;
  font-weight: bold;
  cursor: pointer;
  background-color: #cad6eb;
}

