/* Style for top-menu */
.topMenu {
border-width: 0px;border-color: #ffffff;
}

/* Style for submenus */
.submenu {
 /* background-color: #FFFFFF;*/
border-width: 0px;
  border-style: solid;
  border-color: #AAAAAA;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B5788;
	cursor: pointer;
	width: 70px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-align:center;
	 background-repeat:no-repeat;
background-position:right top;
background-image:url(images/sep.gif);
}

/* Style for top items: mouseover state */
.topItemOver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0B5788;
  cursor: pointer;
  width: 70px;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  background-color:#71A8DA;
  text-align:center;
   background-repeat:no-repeat;
background-position:right top;
background-image:url(images/sep_over.gif);
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-color: #CFE2F3;
  padding: 5px 15px 5px 15px;
 width: 100% ;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #71A8DA;
  padding: 5px 15px 5px 15px;
width: 100%;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0B5788;
  width: 100%
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  width: 100%
}
