ul#nav li {
	display					: block;
	float					: left;
	list-style-type			: none;
	font-size				: 90%;
	}

ul#nav li a {
	display					: block;
	color					: #000000;
	text-decoration			: none;
	font-weight				: bold;
	outline					: 0;
	margin					: 0 0 0 0;
	padding					: 2px 10px 0 10px;
	background				: transparent url(../_images/seperator.gif) no-repeat 100% 85%;
	}
	
	
ul#footer-nav li {
	display					: block;
	float					: left;
	list-style-type			: none;
	font-size				: 80%;
	}

ul#footer-nav li a {
	display					: block;
	width					: 16px;
	height					: 16px;
	text-indent				: -9999px;
	}

ul#footer-nav li a.xhtml {
	background				: transparent url(../_images/xhtml.gif) no-repeat 0 0;
	outline					: 0;
	}

ul#footer-nav li a.css {
	margin					: 0 0 0 10px;
	background				: transparent url(../_images/css.gif) no-repeat 0 0;
	outline					: 0;
	}
