div#nav h5{
	display:none;
	margin-right: auto;
	margin-left: auto;

}
div#nav ul{
	padding: 0px;
	margin: 0px;
	height: 50px;
	text-align: center;
	background-image: url(images/navbar.jpg);
	line-height: 3em;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;


}
div#nav ul li{
	list-style: none;
	margin: 0;
	display: inline;

}
div#nav ul li a {
	text-decoration: none;
	border-bottom-style: none;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 3px;
	padding-left: 0.5em;
	text-align: center;
	letter-spacing: 0.5em;
	font-size: 1em;
}
div#nav ul li a:link {
	color: #333333;
	margin-top: 1em;
}
div#nav ul li a:visited {
	color: #333333;


}
div#nav ul li a:hover {
	color: #A95062;
}
div#nav ul li a#current {
	background; #fff;
	color: #CE3B31;


	

}
