/* 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: #ffffff;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	width:100px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	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: #ffffff;
  cursor: pointer;
  width:100px;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  background-color:#00A952;
  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: #00A952;
  padding: 0px 11px 0px 11px;
 width: 200px ;
 height:30px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #1E6440;
  padding: 0px 11px 0px 11px;
width: 200px;
 height:30px;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  height:30px;
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  height:30px;
}
