ul.nav {
	margin-left: 0px		;
	list-style: none	;
	padding-left: 0px 	;
/*	padding-top: 6px 	;
	padding-bottom: 5px 	;
	border-bottom: 1px dashed #000	;
*/	float: left ;
	width: 100%		;
	}
ul.nav li {
	float: left		;
	}
ul.nav a {
	display: block		;
	width: 8em 			;
/*	border: 1px dashed #000	;
*/	border-bottom: none		;
	padding: 5px  ;
	margin-right: 5px	;
	background-color: #eaeaea	;
	text-decoration: none		;
	color: #309		;
	text-align: center	;
	}
