ul.navbar {
	list-style-type:none; 
	margin:0px auto;  
	display:block; 
	width: 800px;
	height: 20px;  
	clear: both; 
	padding:0;  
	text-align: center; 
	border-bottom: 1px solid #990000;
	background-image: url(../img/navbground.jpg); 
	background-repeat: no-repeat; 
	background-position:center right;
}
ul.navbar li {
	display: inline; 
	height: 18px;
}
a.nav:link, a.nav:visited {
	display: block; 
	float: left; 
	width: 60px; 
	height: 18px; 
	margin:0;
	text-decoration: none;  
	border: 0px dashed #990000;
	color: #000000; 
	font-size: 12px;
}
a.navLarge:link, a.navLarge:visited {
 	width: 105px; 
}
a.nav:hover {
	display:block; 
	float:left;  
	height: 18px;  
	margin:0; 
	text-decoration: underline;   
	font-size: 13px;
}
a.navCurrent {
	display: block; 
	float: left; 
	margin:0; 
	font-size: 12px;
 	border: 1px dashed #990000;
	color: #333333; 
}
