/*


*/
#topMnu {
	margin: 0 auto 0 auto; 
	background-color: #8898c0; height: 25px; padding: 0 155px 2px 155px;
	width: 410px; /* four menu elements by 100px width: topMnu li; */
}
#topMnu ul {
   list-style: none; 
   margin:0; padding:0;
}
#topMnu  li {
	position: relative; d-isplay: block; 
	float: left; width: 100px; /* element width */ 
	margin: 0 1px;	z-index: 500; /* to stay on top of all other layers */
	}
#topMnu ul li a {
   display: block;
   h-eight: 20px;
   padding-top: 5px; padding-bottom: 5px;
   color:#fff;
	background: #C5C5C5; 
	background: linear-gradient(#7989B1, #214777); /* #C5C5C5, #2A2A2A */
   font-family: Helvetica; font-size: 1.1em; text-align: center;
   text-decoration:none;
   }
#topMnu ul li a:hover {
   color: lightgreen;
   }
#topMnu ul ul {
	position: absolute;
	left:0;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
   }
#topMnu ul ul li {
   f-loat: left; w-idth: 100px;
   border-top: 1px solid #fff;
   }
#topMnu ul ul a {
   d-isplay: block;
   h-eight:15px; padding-top: 5px; padding-bottom: 8px; 
   }
#topMnu ul ul a:hover {
   text-decoration:underline; 
	b-order-left: 5px solid lightgreen;
   }
