﻿#nav_menu li {
	border-bottom: #CC0066;
	border-bottom-style: solid;
	border-bottom-width: thin;
	list-style-type: none;
	float: left;
	width: 107px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	position: inherit;
	color: #808080;
}
#nav_menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	text-decoration: none;
	display: block;
}
#nav_menu a:hover {
	color: #008000;
	display: block;
}

