/* Style for top-menu */
.topMenu {
  text-align:center;
}

/* Style for submenus */
.submenu {
 /* background-color: #FFFFFF;*/
border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  padding: 0px;
  text-align:center;
}

/* Style for top items: normal state */
.topItemNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	cursor: pointer;	
	height: 57px;
	padding-left: 11px;
	padding-right: 11px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
  background:url(images/sep.png) right top no-repeat; text-transform:uppercase;

}

/* Style for top items: mouseover state */
.topItemOver {
  font-family:  Arial, Helvetica, sans-serif; 
  font-size: 13px;
  cursor: pointer;
  height: 57px;
  padding-left: 11px;
  padding-right: 11px;
  font-weight: bold;
  text-align:center;
	text-decoration:none;text-transform:uppercase;
}

/* Style for items: normal state */
.itemNormal {
  width: 300px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  padding: 0px 16px 0px 16px;
  height:42px;
  width: 300px;
/*background:url(images/sepbg_over.png) left top repeat-x #3080bb;
*/
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #c398a1;
  width: 100%;

}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #ffffff;
  width: 100%;

}
