/* 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: #5F988B;
	cursor: pointer;

	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	 background-repeat:no-repeat;
background-position:right top;
background-image:url(images/sep.gif);
text-transform:uppercase;
}

/* Style for top items: mouseover state */
.topItemOver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
 
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  text-align:center;
   background-repeat:no-repeat;
background-position:right top;
background-image:url(images/sep_over.gif);
	text-decoration:none;
	text-transform:uppercase;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  padding: 0px 11px 0px 11px;
 height:45px;
 background:url(images/sepbg.gif) left top repeat-x #64bee3;
width: 260px;

}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  padding: 0px 11px 0px 11px;
 height:45px;
width: 260px;
background:url(images/sepbg_over.gif) left top #ffffff;

}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  width: 100%;

}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #259dcf;
  width: 100%;

}
