.navbar {
	position: relative;
	height: 30px;
	width: 85%;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFF;
	text-decoration: none;
	background-image: url(../img/navbar.gif);
}

