div#nav h5{
	display:none;
	text-align: center;

}
div#nav ul{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/navbar.jpg);
	height: 50px;
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 3em;


}
div#nav ul li{
	list-style: none;
	display: inline;

}
div#nav ul li a {
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 1.5em;
}
div#nav ul li a:link {
	color: #000;
	text-align: center;
	margin-top: 1em;
	vertical-align: middle;
}
div#nav ul li a:visited {
	color: #000;


}
div#nav ul li a:hover {
	color: #999;
}
div#nav ul li a#current {
	background; #fff;
	background-color: #FFFFFF;
	color: #252E59;


	

}
