#navigation {
	background: url(/images/topNav_bg.jpg) repeat-x 0 0;
	height: 32px;
	margin: 0;
	padding: 0;
}

#navigation a {
	float: left;
	padding: 2px 14px 5px 14px;
	margin: 8px 0 0 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #BD4F1C;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	/*text-shadow: #333333 0 2px 2px;*/
}

#navigation a:first-child {
	border-left: none;
}

#navigation a:last-child {
	border-right: none;
}

#navigation a:hover {
	background: url(/images/topNav_bg.jpg) repeat-x -32px 0;
}

#navigation a.navRight {
	float: right;
	border: none;
	font-family: arial;
	font-size: 11px;
	padding-bottom: 6px;
}
