#top_nav {
	background-color: #C0C0C0;
	width: 100%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
         font-weight: bold;
	line-height: 1.8em;
}
#top_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#top_nav li {
	display: inline;
	list-style-image: url('none');
	list-style-type: none;
	background-image: url('none');
	margin-left: 12px
}
#top_nav li a:link{
	color: #a52a2a; 
	text-decoration: none;
	padding-bottom: 2px; 
}
#top_nav li  a:visited {
	color: #00008B; 
	text-decoration: none;
}
#top_nav li a:hover {
	color: #A52A2A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A52A2A;
}