div.content {
	border: 1px solid #000;
	clear: left;
	background: url(../images/servicesBG_area.png) repeat-y;
	font-family: "Century Gothic", Arial, "Trebuchet MS", sans-serif;
	font-size: .90em;
	color: #333;
	padding-bottom: 40px;
	overflow: auto;
}

ol#toc {
	height: 60px;
	list-style: none;
	margin: 0 0px;
	padding: 0 0 0 40px;
	font-family: "Century Gothic", Arial, "Trebuchet MS", sans-serif;
	background: url(../images/servicesBG_menu.png) repeat-x;
}

ol#toc a {
	color: #FFF;
	display: block;
	float: left;
	height: 35px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 25px;
}

ol#toc a:hover {
	background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
	float: left;
	margin: 0 10px 0 0;
}

ol#toc li.current a {
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
	background: url(../images/tabs.png) 100% 0;
	display: block;
	line-height: 2em;
	padding-right: 10px;
	padding-left: 10px;
}

