
#navcontainer {
    background: Transparent;
    color: #FFFFFF;
    border-top: 0px groove #fff;
    border-bottom: 0px groove #000;
    margin: 0;
    padding: 2px 2px 2px 2px; }
	
#navlist {
	height: 52px;
	margin: 3em 0; padding:0 1em;
	border-bottom: 0px solid black;
	}

#navlist ul {margin: 0; padding: 4px 0; font-size: .16em;}

#navlist li {display: block; list-style: none;}

div.outer {
	float: justify;
	width: 143px; height: 52px;
	margin: 0 3px 0 0;
	background: url( 'ear7.gif' ) 0 -50px no-repeat;
	}
div.outer a {
	display: block; list-style: none;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 16px Georgia, serif;
	color:#600800;
	text-decoration: none;
	background: url( 'ear7.gif' ) top justify no-repeat;
	}
div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 7px;
	}
div.outer a:hover {
	background: url( 'ear7.gif' ) top justify no-repeat;
	color: blue;
	}
div.outer a:active {
	color: #000000;
	}