.menu {
	background: #194C9F;
	width: 960px;
	margin: 0px auto;
	font-size: 14px;
	font-weight: bold;
}
.menu .pul {
	list-style-type: none;
	padding-top: 5px;
	height: 20px;
}
.menu .pli {
	float: left;
	position: relative;
	width: 125px;
	text-align: right;
}
.menu .pli a {
	color: white;
	text-decoration: none;
}
.menu .pli a:hover {
	color: yellow;
}
.menu .cul {
	display: none;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 25px;
	width: 400px;
	height: 19px;
	background: url('images/menu-left.gif') no-repeat;
	padding-left: 3px;
}
.menu .cli {
	float: left;
	padding-top: 3px;
	height: 16px;
	background: white url('images/menu-middle.gif') right no-repeat;
	padding-left: 15px;
	padding-right: 18px;
}
.menu .last {
	background: white url('images/menu-right.gif') right no-repeat;
}
.menu .cli a {
	color: #666;
}
.menu .cli a:hover {
	color: #0070ff;
}
