@charset "utf-8";
/* CSS Document */
input[type="button"], input[type="submit"], input[type="reset"] {
	position: relative;
	margin-left: 10px;
	background-color:#94bdd0;
	background-image: -moz-linear-gradient(bottom, #94bdd0, #a6d5eb 20px);
	background-image: -webkit-linear-gradient(bottom, #94bdd0, #a6d5eb 20px);
	background-image: -o-linear-gradient(bottom, #94bdd0, #a6d5eb 20px);
	background-image: -ms-linear-gradient(bottom, #94bdd0, #a6d5eb 20px);
	background-image: linear-gradient(bottom, #94bdd0, #a6d5eb 20px);
	border: solid 1px #069;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-border-radius: 8px 8px 8px 8px;
	width: 80px;
	height: 30px;
	color: #FFF;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-color:#94bdd0;
	background-image: -moz-linear-gradient(top, #94bdd0, #a6d5eb 20px);
	background-image: -webkit-linear-gradient(top, #94bdd0, #a6d5eb 20px);
	background-image: -o-linear-gradient(top, #94bdd0, #a6d5eb 20px);
	background-image: -ms-linear-gradient(top, #94bdd0, #a6d5eb 20px);
	background-image: linear-gradient(top, #94bdd0, #a6d5eb 20px);
}
.menu {
	width: 1000px;
	height: 38px;
	margin: 0 auto;
}
.menu-div {
	position: relative;
	float: right;
	height: 38px;
	width: 850px;
	right: 20px;
}
.menu li {
	position: relative;
	top:0;
	display: block;
	height: 38px;
	width: 100px;
}
.menu a {
	font-size: 14px;
	color: #94bdd0;
	margin-left: 2px;
	text-align: center;
	line-height: 38px;
	height: 38px;
	width: 100px;
	float: left;
	border: solid 2px #94bdd0;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
.menu a:hover, #selected {
	background: #94bdd0;
	color: white;
}
