/*http://www.exploding-boy.com/images/center/center.html*/
#bloglink {
	margin: 10px 10px 10px 20px;
}
a:link, a:visited {
	color: #6698CB;
	text-decoration: none;
}
a:hover, a:active {
	color: #104C7F;
	text-decoration: none;
}
#navigation {
	background: #EFEFEF;
	border-bottom: 1px solid #A1A1A1;
	margin: 1em 0 0;
	padding: 0.6em 0 0;
	font-weight: bold;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	padding: 5px 0 5px;
	text-align: center;
}
#navigation ul li {
	display: inline;
	margin-right: -2px;
}
#navigation ul li a {
	background: url(../img/tableft.gif) no-repeat left top;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0;
}
#navigation ul li span {
	background: url(../img/tabright.gif) no-repeat right top;
	padding: 5px 10px 5px 5px;
	margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
	text-decoration: none;
	background-position: 100% -75px;
}
#navigation ul li a:hover {
	background-position: 0 -75px;
}
#navigation #current a {
	background-position: 0 -150px;
}
#navigation #current a span {
	background-position: 100% -150px;
}
