#listMenuRoot A{
	padding:7px 15px;
	text-decoration:none;
	background:url(../_pics_/menu_border.gif) 100% 0 no-repeat;
	display:block;
}
#listMenuRoot A:hover{
	color:black;
}
#listMenuRoot ul{
	display:none;
	position:absolute;
	left:-1px;
	padding-top:4px;
	width:185px;
	font-size:12px;
}
#listMenuRoot li {
 	float:left;
 	display:block;
 	position:relative;
	list-style-type:none;
}
#listMenuRoot ul li{
	white-space:nowrap;
	float:none;
	margin:0; padding:0;
}
#listMenuRoot ul a, #listMenuRoot ul a:hover {
	color:white;
	padding:4px 15px;
	border:0;
	background:#89B4BE;
	float:none;
	display:block;
	text-decoration:none;
}
#listMenuRoot ul a:hover {
	background:#3888AA;
}
* html #listMenuRoot ul a {
 height: 1%;
}



