@charset "utf-8";
#Nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Nav li {
	float: left;
}


#Nav a:link, #Nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/top_nav_background.png);
	background-repeat: repeat-x;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #4796b9;
	padding-right: 8px;
	padding-left: 8px;
}
#Nav a:hover, #Nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	background-image: url(images/top_nav_background_up.png);
	background-repeat: repeat-x;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #4796b9;
	padding-right: 8px;
	padding-left: 8px;
}
