escapeeeas#listMenuRoot1
{	
	text-align: center;
}

#listMenuRoot1 A{
	display:block;
	text-decoration: none;
	font-family: "Times New Roman";
	font-size: 24px;
	height: 33px;
	line-height: 33px;
	color: #e6dc3b;
	padding: 0 14px 0 16px;

}
#listMenuRoot1 A:hover{
	text-decoration:none;
}

#listMenuRoot1 li {
 	float:left;
 	display:block;
 	position:relative;
	list-style-type:none;
	/*padding: 0 14px 0 16px;*/
	background: url(/design/img/menu_li.gif) center left no-repeat;
	}
	#listMenuRoot1 li:hover, #listMenuRoot1 li.selected {
		background: #0069EA url(/design/img/menu_li.gif) center left no-repeat;
		}
		
		#listMenuRoot1 li:hover ul {
			display: block;
			margin-top: 0px;
			}
	
#listMenuRoot1 li A:hover, #listMenuRoot1 li A:active,
	{
	background: #0069EA ;
/*	line-height:33px; */
	padding-top:0px;	
	}
	
	
	
/* SUB */	

#listMenuRoot1 li ul {
	margin-left: -15px;
	}
	
#listMenuRoot1 ul li{
	white-space:nowrap;
	text-align:left;
	float:none;
	width:190px;	
	padding:0;
	}
	#listMenuRoot1 ul a {
		border: 0;	
		float: none;
		font-size: 18px;
		font-family: "Times New Roman", Times, serif;
		font-weight: none;
		display: block;
		margin: 0px;
		
		padding: 0px 10px !important;
		text-decoration: none;
		background: url(/design/img/menuulli.png) bottom center repeat-x; 
		color: #2D3D76;	
		text-align:center;
		}
		#listMenuRoot1 ul a:hover , #listMenuRoot1 ul a:active{
			background:  url(/design/img/menuullihover.gif) bottom center repeat-x; 
		}

* html #listMenuRoot1 ul a {
 height: 1%;
}






