@charset "UTF-8";
/* CSS Document */

#top {
	width:100%;
	background-color:#7f2d00;
	background-position: top;
	height: 1.6em;
}
#top ul.top {
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0px;
	margin-right: 0px;
	background-color: #7f2d00;
	color:#ffffff;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-transform: none;/* fixes Firefox 0.9.3 */
	list-style-type: none;
}
#top ul.top li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#top ul.top li a {
	padding-left: 2px;
	padding-right: 10px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
	margin-right: -35px;
}
#top ul.top li.last a {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	color: #ffffff;
	text-decoration: none;
	border-right:none;
}

#top ul.top li a:hover, #top ul.top li.active a:hover {
	color:#e2ccce;
}
#top ul.top li.active a, #top ul.top li.last a.lastactive {
	color:#000000;
}