/* --- Background ---------------------------------------------------------- */
body {
	/*background-image: url('/app_images/students/bg-reference.jpg');
	background-repeat: repeat-x;*/
}

/* --- Navigation ---------------------------------------------------------- */

#academy-logo {
	margin: 5px;
}

ul#navlist {
	margin: 20px 0 0 5px;
	padding: 0;
	font-size: 80%;
	height: 20px;
}

#navlist li {
	background-color: #eee;
	background-image: url('/app_images/students/button-gradient-gray.gif');
	background-repeat: repeat-x;
	display: inline;
	list-style-type: none;
	padding: 10px 10px;
	height: 20px;
	border: 1px solid #aaa;
}

#navlist img {
	border: 0;
	vertical-align: bottom;
}

ul#navlist {
	_height: 1%;
}

ul#navlist:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
    font-size: 0;
}

