﻿/* All contents Copyright © 2005-2009 BioCentury Publications, Inc. ALL RIGHTS RESERVED */
.sections3 {
	margin: 0;
	padding: 0;
	width: 570px;
	height: 23px;
	text-align: right;
	position: relative;
	top: 1px;
	float: left;
	margin-left:100px;
}

#nav_tabs
{
    border: 0;
    padding-top: -10px;
    margin-top: -23px;
	left: 260px;
	_left: 170px;
	position: relative;
	float: left;
}
.sections {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 23px;
	text-align: left;
	position: relative;
	float: left;
}
	.sections a img, .sections a:link img, .sections a:visited img {
		margin: 0 9px 0 0;
		padding: 0;
		text-decoration: none;
		border: none;
	}
	.sections a:hover img {
		border: none;
		text-decoration: none;
	}
			
a.section_a, a.section_t, 
a.section_ea, a.section_lm, a.section_cp,
a.section_ea_active, a.section_lm_active, a.section_cp_active
{
	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_ea_active, a.section_lm_active, a.section_cp_active
{
	height: 19px;	
}
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;
}
a.section_ea
{
	background: url(../images/section_ea.gif) no-repeat left top;
	width:82px;	
}
a.section_ea_active
{
	background: url(../images/section_ea_active.gif) no-repeat left top;
	width:82px;
}
a.section_lm
{
	background: url(../images/section_lm.gif) no-repeat left top;
	width:110px;	
}
a.section_lm_active
{
	background: url(../images/section_lm_active.gif) no-repeat left top;
	width:110px;
}
a.section_cp
{
	background: url(../images/section_cp.gif) no-repeat left top;
	width:130px;	
}
a.section_cp_active
{
	background: url(../images/section_cp_active.gif) no-repeat left top;
	width:130px;
}
.sections3 a:hover
{
	color: #5D4C6F;
}

