@import url("main.css");
a.sub {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	width: 104px;
	background-image: url(../images/nav-services-up.png);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.sub:hover {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	width: 104px;
	background-image: url(../images/nav-services-over.png);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	line-height: 24px;
}
a.sub:active {
	text-decoration: none;
}
a.sub:visited {
	text-decoration: none;
}
.sub-active {
	color: #009454;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	width: 104px;
	background-image: url(../images/nav-services-over.png);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	font-size: 11px;
}
