#container {
	background: rgb(51, 51, 51); margin: 0px auto; border-bottom-color: rgb(223, 223, 223); border-bottom-width: 6px; border-bottom-style: solid;
}
#navigation {
	background: rgb(51, 51, 51); list-style: none; margin: 1px auto 0px; width: 690px; height: 35px; border-left-color: rgb(102, 102, 102); border-left-width: 0px; border-left-style: solid;
}
#navigation li {
	height: 35px; border-right-color: rgb(102, 102, 102); border-right-width: 1px; border-right-style: solid; float: left;
}
#navigation li.first {
	border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;
}
#navigation li a {
	padding: 0px 8px; height: 35px; color: rgb(255, 255, 255); line-height: 35px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; float: left; display: block;
}
#navigation li a:link {
	padding: 0px 8px; height: 35px; color: rgb(255, 255, 255); line-height: 35px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; float: left; display: block;
}
#navigation li a:visited {
	padding: 0px 8px; height: 35px; color: rgb(255, 255, 255); line-height: 35px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; float: left; display: block;
}
#navigation li a:hover {
	background: rgb(102, 102, 102); color: rgb(255, 255, 255);
}
#navigation li a:focus {
	background: rgb(102, 102, 102); color: rgb(255, 255, 255);
}
#navigation li a:active {
	background: rgb(102, 102, 102); color: rgb(255, 255, 255);
}
