
#pie {
	width: 990px;
	height: 50px;
	margin: auto;
	margin-bottom: 10px;
	background: #fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 5px;
	color: #000;
	font-size: 10px;
}

#botsgames {
	float: right;
	margin-right: 10px;
	margin-top: -15px;
}

.pie li{
	margin: 10px;
}

#piemenu li {
	margin: 0px 5px;
	float: left;
	color: rgba(90,41,120,0.8);
	font-size: 15px;
}

#piemenu a {
	font-family: JazzLET, Arial;
	color: rgba(90,41,120,0.8);
	text-decoration: none;
}

#piemenu a:hover {
	text-decoration: underline;
}