#navlist {
	margin-left:10px;
}


ul#navlist
{
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #9fc1ff;
	margin: 10px 0 25px 5px;
}

ul#navlist li
{
	float: left;
	height: 21px;	
	margin: 2px 2px 0 2px;
	border: 1px solid #9fc1ff;
	background-image: url(graphics/event-nav-bground.gif);
	background-repeat: repeat-x;
}

ul#navlist li#active
{
border-bottom: 1px solid #fff;
background-color: #fff;
}

li#active a { color: #000; background-color:#FFF }

#navlist a
{
	float: left;
	display: block;
	color: #1e4343;
	text-decoration: none;
	padding: 4px 9px;
}

#navlist a:hover {
	background: #fff;
	color: #000;
}

.commentbox{
	background-color: #ececec;
	padding: 10px;
	margin-right: 30px;
	margin-left: 30px;
}

.commentfooter{
	background: url(graphics/comment-arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
	margin-left: 78px;
}
