ul.navbar {
	list-style-type:none; 
	float:left; 
	display:block; 
	width: 804px; 
	height: 21px 
	clear: both; 
	margin:0; 
	padding:0; 
	background-color: #0066FF; 
	border-bottom: 0px solid #0067CE;
	background-image:url(0header.jpg); 
	background-repeat: repeat-y; 
	background-position:center right; 
}
ul.navbar li {
	display:inline; 
	border: 0px solid #FF80C0; 
	height: 21px
}
a.nav:link, a.nav:visited {
	display: block; 
	float: left; 
	width: 70px; 
	height: 20px;
	padding: 1px 6px 0px 6px; 
	margin:0;
	text-decoration:none; 
	background-color: #0066FF;
	background-image:url(but4ton.jpg);
	background-repeat: no-repeat; 
	color:#FFFFFF; 
	border-right: 1px solid #808080;
	font-size: 14px
}
a.nav:hover {
	display:block; 
	float:left;  
	height: 20px; 
	padding: 1px 6px 0px 6px; 
	margin:0; 
	text-decoration:none; 
	background-color: #A30001;
	background-image:url(butt4on_over.jpg);
	background-repeat: no-repeat;  
	color: #ffffff;
	font-weight: bold;
}
a.nav:active {
display:block; float:left; height: 20px; padding: 1px 6px 0px 6px; margin:0; 
text-decoration:none; background-color:#fff; color:#999999; border :1px solid #0067CE;}
