/**
	a, del, img, ins, ul, li, blockquote{
		margin: 0;
        margin-top: 0px;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	/ remember to define focus styles! /
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! /
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	**/
	ul#nav-shadow {
		list-style:none;
		padding:0px;
		margin:0px;}
	
	ul#nav-shadow img {
		margin:0px;
		padding:0px;
		border:0px;}