/* 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: Tahoma;
	font-size: 13px;
	color: #000000;
	cursor: pointer;
	width:70px;
	height: 46px;
	padding-left: 20px;
	padding-right: 20px;
	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: Tahoma;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  width:70px;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  background-color:#ffffff;
  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: #C7E5FF;
  padding: 0px 11px 0px 11px;
 width: 200px;
 height:35px;
}

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

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

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