#nav {
	background-color: #977853;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #F17179;
	padding: 0px;
	height: 30px;
}
#nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}
#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	display: inline;
	height: 30px;
}
#nav ul li a {
	font-weight: bold;
	clear: none;
	color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/nav-bar.png);
	background-repeat: no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 30px;
	width: 100px;
	vertical-align: middle;
	line-height: 30px;
}
#nav ul li a:hover {
	font-weight: bolder;
	clear: none;
	color: #A01034;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	line-height: 30px;
	background-image: url(../images/nav-bar-over.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#topbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	background-color: #977853;
	height: 30px;
	text-align: center;
	float: none;
	line-height: 30px;
}
