﻿.activitiesnav {
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
}
.activitiesnav li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.activitiesnav li a {
	display: block;
	text-decoration: none;
	background: url('../images/siteframe/activities_nav.png') right top;
	font-size: 15px;
	color: #005500;
	line-height: 25px;
	background-repeat: no-repeat;
	width: 100px;
}
.activitiesnav li a:hover {
	border-style: none;
	background: url('../images/siteframe/activities_nav.png') right center;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
}
.li1a .li1a, .li1a .li1a:hover, .li2a .li2a, .li2a .li2a:hover, .li3a .li3a, .li3a .li3a:hover, .li4a .li4a, .li4a .li4a:hover, .li5a .li5a, .li5a .li5a:hover {
	border-style: none;
	background: url('../images/siteframe/activities_nav.png') right bottom;
	background-repeat: no-repeat;
	color: #000000;
	cursor: default;
	font-weight: bold;
}
