	.topMenu {
		text-align: center;
		width:100%;
		font-weight:800;
		font-size:1em;		
		background:white;
		font-family:Georgia, 'Times New Roman', Times, serif;  
	}

	.topMenuItem {
		float: left;
		width: 253px; 
		padding:5px;
		background: #105DBC;
		color: #ffffff;
		border-top:2px solid #105DBC;
		border-bottom:none;
	}
	
	.topMenuPopup {
		display: none;
		width:790px;
	//	min-height:6em;
		margin-top:6px;
		background: #ffffff;
		color: #24387D;
		border-top:none;
	}
	
	.topMenuPopup ul {
		margin:20px;
		margin-bottom:0px;
		text-align:left;

		list-style:none;
		
		font-size:.8em;	
	}

	.topMenuPopup ul li{
		margin-bottom:5px;
	}

	.leftList {
		float:left; 
		margin-right:80px; 
		margin-top:0;
		margin-bottom:0;	
	}
	
	.rightList {
		float:left; 
		margin-right:20px; 
		margin-top:0;	
		margin-bottom:0;
	}
	
	#topMenuWMD{
		margin-left:-5px;
	}
	
	#topMenuItemConventional{
		width:254px;
	}
	
	#topMenuConventional{
		margin-left:-268px;
	}
	
	#topMenuRegional{
		margin-left:-532px;
	}

	#topMenuRegional.topMenuPopup ul.leftList{
		width:300px;
	}
	
	#topMenuRegional.topMenuPopup ul.rightList{
		width:400px;
	}
	
	.pointer {
		cursor:pointer;
	}
	

