#student_menu {
	position: absolute;
	width: 565px;
	height: 14px;
	line-height: 14px;
	right: 1px;
	top: -10px;
	text-align: right;
	font-weight: normal;
}

.under_little {
	font-size: 16px;
	font-weight: bolder;
	color: #222222;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

.border_bottom {
	border-bottom: 1px solid #dddddd;
	margin: 60px auto !important;
}

#student_menu a {
	color: #222222;
	font-size: 14px;
	padding: 6px 0px 6px 0px;
	margin-left: 15px;
}
#student_menu .student_button {
	border: 1px solid #dddddd;
	color: #077ab7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 4px 16px 3px 16px;
	background-color: rgb(245,245,245);
	background-image: linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	background-image: -o-linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.16, rgb(227,227,227)),
		color-stop(0.54, rgb(245,245,245))
	);
}