/*
-----------------------------------------------
Missionaries.com Country Section Links
Author:   Jeremy Boles
Version:  Feb 10 2009
----------------------------------------------- */
body.show #section-links {
	list-style: none;
	padding: 5px 0 0 0;
	text-align: center;
}
body.show #section-links li {
	display: inline-block;
	font-size: 15px;
	height: 50px;
	position: relative;
	top: 15px;
}
body.show #section-links li a {
	color: #777;
	padding: 0 10px;
	text-decoration: none;
}
body.show #section-links li.list a {
	border-left: 1px #ccc solid;
}
body.overview #section-links li.overview,
body.list #section-links li.list {
	background: transparent url(/images/countries/section-arrow.png) center bottom no-repeat;
}
body.overview #section-links li.overview a,
body.list #section-links li.list a {
	color: #242424;
}