@charset "iso-8859-9";
	ol,ul {
	list-style: none;
}

#navigation {
	width: 960px;
	height: 61px;
	padding: 0 10px;
	
	background-image: url(../img/navigation.gif);
	background-repeat: no-repeat;
}
#navigation li {
	float: left;
	height: 61px;
}
/* Used this because I couldn't remove one...ugh. */
.b {
	background: url(../img/nav_border.gif) no-repeat right 29px;
}
#navigation a {
	text-decoration: none;
	float: left;
	color: #868686;
}
#navigation a strong {
	text-decoration: none;
	float: left;
	color: #868686;
	height: 37px;
	padding: 24px 35px 0;
}
#navigation a:hover, #navigation .active {
	background: url(../img/nav_left.gif) no-repeat top left;
	float: left;
	color: #fff;
}
#navigation a:hover strong, #navigation .active strong {
	text-decoration: underline;
	background: url(../img/nav_right.gif) no-repeat top right;
	float: left;
	color: #fff;
	height: 37px;
	padding: 24px 35px 0;
}
