/*Top Navbar */

#navbar {
	height:27px;
	background-image: url(../images/bg-nav-trans.png);
	padding:13px 0 0 6px;
	margin-bottom:11px;
	width: 865px;
	margin:0 auto 10px;
}
#nav {
	font-size:1.1em;
	float:left;
}
#nav, #nav ul {
	list-style: none;
	line-height: 1;
}
#nav li {
	float:left;
	background: url(../images/pipe.gif) right repeat-y;
	padding: 0 12px;
	width:5.5em;
	text-align:center;
	white-space:nowrap;
}
#nav li.last {
	background-image:none;
}
#nav a {
	display:block;
	color: #FFF;
	padding-bottom:11px;
}
#nav a:hover {
	color:#B4D377;
}
