
body {
	background: #FFF url(../images/bgr.gif) top repeat-x;
}

/* sub navigation
==============================================================================*/
hr {
	display: none;
}
#subNav {
	list-style: none;
	min-height: 28px;
	margin-top: 0;
}

#subNav li {
	float: left;
	padding: 0 10px;
	height: 28px;
	background: url(../images/divider-subnav_v.gif) right bottom no-repeat;
}

#subNav .last {
	background: none;
}

#subNav li a {
	display: block;
	font: normal 12px/28px 'lucida grande',tahoma, sans-serif;
	color: #fff;
}

#subNav li a:hover {
	text-decoration: underline;
	color: #ffcc00;
}
#subNav li a.currentSection,
#subNav li a.currentSection:hover {
	color: #ffcc00;
}

