#topnavcontainer ul
{
	padding-left: 0;
	margin-left: 0px;
	color: #000000;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: no-repeat;
	height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	width: 940px;
	line-height: 15px;
}
#topnavcontainer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#topnavcontainer ul li {
	display: inline;
}

#topnavcontainer ul li a
{
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 4em;
	padding-bottom: 0.4em;
	padding-left: 4em;
	float: left;
	color: #ffffff;
	background-image: url(../images/nav.png);
	background-repeat: repeat-x;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#topnavcontainer ul li a:hover
{
	background-image: url(../images/nav_hover.png);
	background-repeat: repeat-x;
}
#topnavcontainer ul li a:active {
	color: #8D0F3A;
} 
body#home  a#homenav,
body#about  a#aboutnav,
body#contact  a#contactnav,
body#location  a#locationnav
  {
	background-image: url(../images/nav_sel.png);
	background-repeat: repeat-x;
}
