@charset "utf-8";
.menu {
font-family: arial, sans-serif; 
width:500px; 
margin-right:0px; 
margin-left:auto; 
margin-top:0; 
margin-bottomt:0;
height:100px; 
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left; 
position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:110px; 
height:100px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:white; 
font-size:16px;
line-height:100px;
}
.menu ul li ul {
display: none;
}

.menu ul li:hover a {
background-color:white;

}
.menu ul li a.dingzhu {
color:#d9241d; 
background-color:white;
}
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:100px; 
left:0; 
width:105px;
}
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
}
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
}
#top {
	height: 101px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	background-color:white;
    z-index:9999;
    filter:alpha(opacity=90); opacity:0.9;
	box-shadow:0px 1px 3px #d9d9d9;
}
#top1 {
	height: 101px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background-color:white;
    z-index:9999;
    filter:alpha(opacity=90); opacity:0.9;
	box-shadow:0px 1px 3px #d9d9d9;
}
	


