.menu-top {
	overflow: hidden;
	width: 1052px;
}

.menu-top ul {
}

.menu-top ul li {
	float: right;
	list-style-type: none;
}

.menu-top ul li.divider {
	background-color: #1ce3d4;
	width: 1px;
	overflow: hidden;
	height: 19px;
	margin-top: 8px;
}

.menu-top ul li a {
	float: left;
	display: block;
	padding-left: 17px;
}

.menu-top ul li a * {
	padding-right: 17px;
	margin-left: 17x;
	font-size: 15px;
	font-family: Corbel, Arial;
	color: #ffffff;
}

.menu-top ul li a div.text {
	float: left;
	height: 41px;
	line-height: 33px;
	display: block;
	color: #ffffff;
}

.menu-top ul li a:hover {
	background: url(left.gif) top left no-repeat;
}

.menu-top ul li a:hover div.text {
	background: url(right.gif) top right no-repeat;
}

.menu-top ul li a.last:hover div.text {
	background: url(right2.gif) top right no-repeat;
}

.menu-top ul li a:hover * {
	cursor: pointer;
}

.menu-top * {
	text-decoration: none;
}