#menu {
	width: 1206px; height: 50px; position: relative; z-index: 100;
}
#menu ul {
	float: left;
}
#menu ul li {
	width: 132px; font-size: 16px; float: left; display: inline; position: relative;
}
#menu ul li.dg {
	background-position: center; width: 2px; height: 50px; float: left; background-image: url("li.jpg"); background-repeat: no-repeat;
}
#menu ul li a {
	transition:0.3s ease-in-out; text-align: center; color: rgb(255, 255, 255); line-height: 50px; display: block;
}
#menu ul li .change {
	background-position: top; color: rgb(255, 255, 255); text-decoration: none; background-image: url("hover.jpg"); background-repeat: repeat-x; background-color: rgb(255, 149, 1);
}
#menu ul li a:hover {
	background-position: top; color: rgb(255, 255, 255); text-decoration: none; background-image: url("hover.jpg"); background-repeat: repeat-x; background-color: rgb(255, 149, 1);
}
#menu ul li a.sec {
	background-position: top; color: rgb(255, 255, 255); text-decoration: none; background-image: url("hover.jpg"); background-repeat: repeat-x; background-color: rgb(176, 208, 19);
}
#menu ul li ol {
	padding: 0px; left: 0px; width: 132px; color: rgb(255, 255, 255); margin-left: 0px; display: none; position: absolute; background-color: rgb(218, 55, 0);
}
#menu ul li ol li {
	margin: 0px; padding: 0px; width: 132px; text-align: left; font-size: 13px; font-weight: normal; float: none; display: block; background-image: none;
}
#menu ul li ol.cp {
	width: 200px;
}
#menu ul li ol.cp li {
	margin: 0px; padding: 0px; width: 200px; text-align: left; font-size: 13px; font-weight: normal; float: none; display: block; background-image: none;
}
#menu ul li ol li a {
	margin: 0px; padding: 5px; text-align: center; color: rgb(255, 255, 255); line-height: 20px; overflow: hidden; border-bottom-color: rgb(204, 0, 0); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
#menu ul li ol li a:hover {
	background-position: left; color: rgb(255, 255, 255); border-bottom-color: rgb(0, 92, 65); border-bottom-width: 1px; border-bottom-style: solid; background-image: url("menu.jpg"); background-repeat: repeat-x;
}
.clear {
	clear: both;
}
