/* 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: 14px;
	color: #ffffff;
	cursor: pointer;

	height: 53px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	text-align:center;
	text-decoration:none;

	 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: 14px;
  color: #ffffff;
  cursor: pointer;
 
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
  text-align:center;
   background-repeat:no-repeat;
background-position:right top;
background-image:url(images/sep_over.gif);
	text-decoration:none;
	
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-position:left top;
  padding: 0px 11px 0px 11px;
 height:30px;
 background-color:#28abf8;
width: 100%;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
/*  background-color: #ffffff;*/
  padding: 0px 11px 0px 11px;
 height:30px;
   background-position:left top;
width: 100%;
   background-repeat:repeat-x;
background-image:url(images/sepbg_over.gif);
}

/* 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;
}

