@charset "UTF-8";
/* CSS Document */

#navigation {
	background-image: url(../images/design/nav/navBackground.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 664px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	color: #1B55C3;
}
