@charset "utf-8";
ul#navlist {
	list-style-type: none;
	margin: 0px;
	float: right;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
}

ul#navlist li {
	display: inline;
}

ul#navlist li a {
	display: inline;
	float: left;
	width: 122px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	margin: 0px;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FD94D0;
}
ul#navlist li a:hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	background-color: #FFAC22;
}

body#home a#homenav,
body#class a#classnav,
body#organization a#organizationnav,
body#gallery a#gallerynav,
body#quote a#quotenav,
body#contact a#contactnav
 
{
	color: #000000;
	background-color: #FFC86C;
	background-image: url(../images/holyguy.gif);
	background-repeat: no-repeat;
	background-position: 95px center;
}

