.menu {
height:34px;background-image: url(../Images2010/top_bg_2.gif);
}
.menu ul {
list-style:none;margin:0;padding:0; line-height:34px;
}
.menu_x
{
	position:absolute;/*¸¡¶¯*/
	z-index:9999;/*·ÀÕÚ¸Ç*/
}
.menu ul li {
float:left; 
position:relative;/*È¡Ïû¸¡¶¯*/
z-index:9999;/*·ÀÕÚ¸Ç*/
}
.menu ul li a, .menu ul li a:visited {
font-size: 14px;font-weight: bold;color:#4A6892;text-decoration: none;
list-style-type: none;background-image: url(../Images2010/top_bg_2_x.gif);background-repeat: no-repeat;background-position: right; padding-left:16px; padding-right:16px;
}
.menu ul li ul {
	display: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4A6892;
	border-right-color: #4A6892;
	border-bottom-color: #4A6892;
	border-left-color: #4A6892;
	background-color:#DFE7EC;	
}

.menu ul li:hover a {
	font-size: 14px;
	font-weight: bold;
	color:#06295B;
}
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:34px; 
left:-5px; 
}
.menu ul li:hover ul li a {
	display:block;
	color:#2E4E7B;
	width:100px;
	line-height:30px;
	background-color: #DFE7EC;
	background-image: url(../Images2010/li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left:20px;
}
.menu ul li:hover ul li a:hover {
background:#4A6892; 
color:#FFFFFF;
background-image: url(../Images2010/li_hover.gif);
background-repeat: no-repeat;
background-position: 10px center;
padding-left:20px;
}
