﻿/* All contents Copyright © 2005-2009 BioCentury Publications, Inc. ALL RIGHTS RESERVED */
.sections3 {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 23px;
	text-align: right;
	position: relative;
	top: 1px;
	float: left;
	margin-left: 100px;
}
a.section_a, a.section_t
{
	font: bold 13px Arial;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 18px;
	padding: 3px 10px 0 10px;
	float: left;
}
a.section_a
{
	background: url(../../images/section_a.gif) no-repeat left top;
	width:62px;
}
a.section_t
{
	background: url(../../images/section_t.gif) no-repeat left top;
	width:42px;
}
.sections3 a:hover
{
	color: #5D4C6F;
}
