@charset "utf-8";

.menu{position: relative;z-index: 1000; width:100%; height:28px;}
		.menu ul{list-style: none; float:right;}
		.menu table {position: absolute; top: 0;left: 0;}
			.menu ul li:hover ul,.menu ul a:hover ul{visibility: visible;}
			.menu li {float: left;position: relative;}
			.menu ul li{float:left; display:block; background:none; width:70px; margin-left:5px; height:28px; line-height:28px; text-align:center;}
			.menu ul li.menu_li01{float:left; background:url(../images/dh_visited_bg.gif) no-repeat;}
			.menu ul li a{ display:block; width:70px; height:28px; line-height:28px; background:none; border:0; color:#fff;}
			.menu ul li a:link,.menu ul li a:visited{ display:block; width:70px; height:28px; line-height:28px; background:none; border:0; color:#fff;}
			.menu ul li a:hover{ color:#ccc; text-decoration:none; width:70px; height:28px;  background:url(../images/dh_hover_bg.gif) no-repeat; border:0; line-height:28px; }
				.menu ul ul {visibility: hidden; overflow:hidden; position: absolute; width:120px; left:0; top: 27px; background:#606b63; border:1px solid #9daaa1; border-bottom:0;}
						.menu ul ul li {clear: both; text-align: left; margin-left:0; width:120px; height:28px; line-height:28px; border-bottom:1px solid #9daaa1; padding-left:0;}
							.menu ul ul li a{display: block; width:100%; margin: 0; border: 0; padding: 0 3px; height:28px; line-height:28px; font-weight:normal;}
							.menu ul ul li a:hover{border: 0; width:100%; background: #7e8b82; height:28px; line-height:28px; color:#fff; font-weight:normal;}
		.menu a{display: block; border: 1px solid #aaa; background: #1B4F93; color: #fff;text-decoration: none;}
		.menu a:hover{background: #FCDAD5; color: #BD6B09; border: 1px solid #085281; text-decoration:none;} 