@charset "utf-8";



#topNav
{
	clear: both;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	padding-left: 120px;
	background-image: url(../images/TopNav-BG.jpg);
	background-repeat: no-repeat;
}
#topNav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#topNav li
{
	text-align: center;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#topNav li.last
{
	border-right: none;
}
#topNav li a
{
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 22px;
	padding: 10px 30px;
	text-shadow: 1px 1px 1px #000000;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
}
#topNav a.active {
	color: #FFFFFF;
	background-image: url(../images/nav-hover.png);
	background-repeat: repeat-x;
}

#topNav li a:hover
{
	text-decoration: none;
	color: #1C4767;
	background-repeat: repeat-x;
	text-shadow: 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/nav-hover.jpg);
}
