#webmenu, #webmenu ul, #webmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#webmenu li ul {
	display: none;
}
#webmenu li ul li {
	float: none;
}
*html #webmenu li ul li {
	display: inline;
}
.first-menu li {
	float: left;
	text-align: center;
position: relative;
    z-index: 100;
}
.first-menu li ul li {
	text-align: center;
	width: 157px;
	border-bottom: 1px solid #d2d9db;
	height: 35px;
	line-height: 35px;
	background-color: #e3f4fe;
	border-right: none;
	background-image: none;
}
.first-menu li ul li a {
	color: #333;
	display: block;
	height: 35px;
	line-height: 35px;
}
.first-menu li ul li a:hover {
	color: #f00;
	background: #caf2fc;
}

