/*
=Navigation
*/
#nav {
	clear:both;
	padding-top:3px;
	height:30px;
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#ffa ;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	padding:0 12px;
	border-right:1px solid #ff4;
	border-bottom:none;
	border-left:1px solid #ff0;
	color:#000;
	background:#ffa;
	line-height:2;
	text-decoration:none;
}
#nav a:hover,
#nav a:focus {background:orange}
#nav .sel a {background:orange; font-weight: bold;}
#nav .sel a:hover,
#nav .sel a:focus {background:orange; font-weight: bold;}

#sub-nav { background: #ffe; }
#sub-nav ul { list-style-type: none; padding:6px; }
#sub-nav li { display: inline; padding: 8px; text-align: center; }
#sub-nav a { color: #999; text-decoration: none; }
#sub-nav a:hover { color: #fff; background: #8B461F; }
#sub-nav .highlighted { background: #8B461F; }
#sub-nav .highlighted a { color: #fff;  }