ul#navBar {
	list-style-image: url(menu/beltie1.jpg);
	list-style-position: outside;
	list-style-type: none;
	margin-left: 25px;
	margin-top: 45px;
	margin-bottom: 35px;
}
ul#navBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
}
ul#navBar li a{
	background-color: #fff;
	text-decoration: none;
	padding-left: 4px;
	width: 120px;
	color: #000;
	font-size: 90%;
	font-weight: bold;
}
ul#navBar li a:hover, ul#navBar li#current a,  ul#navBar li#current a:hover {
	color: #00f;
	background-color: #fff;
}