/* Style for top-menu */
.topMenu {
 position: relative;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 margin: 18px 0 0 0;
 width: 800px;
 height: 32px;
 text-align: left;
 background: #5e9ae2;
 background: -moz-linear-gradient(top,  #5e9ae2 0%, #3570b8 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e9ae2), color-stop(100%,#3570b8));
 background: -webkit-linear-gradient(top,  #5e9ae2 0%,#3570b8 100%);
 background: -o-linear-gradient(top,  #5e9ae2 0%,#3570b8 100%);
 background: -ms-linear-gradient(top,  #5e9ae2 0%,#3570b8 100%);
 background: linear-gradient(top,  #5e9ae2 0%,#3570b8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e9ae2', endColorstr='#3570b8',GradientType=0) !important;
 ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e9ae2', endColorstr='#3570b8',GradientType=0)" !important;
 border: 1px solid #2e63a5;
}

/* Style for submenus */
.submenu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  width: auto;
  max-width: 100px;
  padding: 2px 3px;
}

/* Style for top items: mouseover state */
.topItemOver {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  width: auto;
  max-width: 100px;
  padding: 2px 3px;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 0px 10px 0px 0px;
  width: 100%;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #357EF8;
  padding: 0px 10px 0px 0px;
  width: 100%;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  width: 100%;
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  width: 100%;
}


div, body {padding:0; margin:0; border:0;}
.menuitem{
	padding:0; margin:0; border:0;	
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}


