@charset "utf-8";

#sitenav {
	width:100%;
	height:24px;
	font-size:10px;
	background-color:inherit
	}
#sitenav table {
	border:none;
	margin:0; padding:0
	}
td.outer {
	height:24px;
	margin-right:4px;
	background: #f4ead9 url( '../images/bars3b.png' ) 0 -50px no-repeat;
	border-right:1px #222 solid
	}
td.outer a {
	display: block;
	width:100%; height:100%;
	color:#024;
	text-decoration: none;
	background: #f4ead9 url( '../images/bars3b.png' ) top left no-repeat
	}
td.outer span {
	display: block;
	margin:0; padding: 7px 6px 0 8px
	}
td.outer a:hover, td.outer a:focus {
	color:#039;
	background: url( '../images/bars3b.png' ) 0 -50px no-repeat;
	background-color: #f4ead9;
	text-decoration: none
	}
td.outer a:active {
	color: #000
	}