body {
	margin:to;
	font-family: Arial;
	font-size: 11px;
}
* {
list-style-type: none;
margin: 0px;
padding: 0px;
border: thin none;
}
#nav {
	position: relative;
	font-size: 11px;
	font-family: "arial";
	color: #000000;
}
#nav a {
display: block;
width: 120px;
height: 15px;
padding: 3px 5px 12px;
background: #fff;
color: #000;
text-decoration: none;
}
#nav a:hover {
background: #f8f8f7;
	COLOR: #1D6000;
	font-family: "arial";
	font-size: 11px;
	font-weight: normal;
}
#nav li {
float: left;
clear: left;
width: 133px;
background: #f1f1f1;
padding-bottom:3px;
}
#nav ul {
position: absolute;
margin-left: 133px;
margin-top: -30px;
}
#nav ul {
display: none;
}
#nav li.show ul {
display: block;
}
#nav li.show li ul {
display: none;
}
#nav li li.show ul {
display: block;
}
.sizhou {
	text-decoration: none;
	border: 1px solid #BEE877;
}


