/* 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: 13px;

	color: #000000;

	cursor: pointer;

	width:70px;

	height: 37px;

	padding-left: 10px;

	padding-right: 10px;

	font-weight: bold;

	text-align:center;
	text-transform:uppercase;

	 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: 13px;

  color: #ffffff;

  cursor: pointer;

  width:70px;

  height: 37px;

  padding-left: 10px;

  padding-right: 10px;

  font-weight: bold;

  background-color:#0D94D6;

  text-align:center;

   background-repeat:no-repeat;

background-position:right top;

background-image:url(images/sep_over.gif);
text-transform:uppercase;

}



/* Style for items: normal state */

.itemNormal {

  cursor: pointer;

  background-color: #0166AA;

  padding: 0px 11px 0px 11px;

 width: 100% ;

 height:35px;

}



/* Style for items: mouseover state */

.itemOver {

  cursor: pointer;

  background-color: #D62625;

  padding: 0px 11px 0px 11px;

width: 100%;

 height:35px;

}



/* Style for items text: normal state */

.itemTextNormal {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12px;

  color: #ffffff;

  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;

}


