﻿/*All contents Copyright © 2005-2009 BioCentury Publications, Inc. ALL RIGHTS RESERVED*/
.sections3 {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 23px;
	text-align: right;
	position: relative;
	top: 1px;
	float: left;
}
a.section_a, a.section_t, a.section_b, a.section_s
{
	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;
}
a.section_b
{
	background: url(../images/section_b.gif) no-repeat left top;
	width:82px;
}
a.section_s
{
	background: url(../images/section_s.gif) no-repeat left top;
	width:52px;
	height: 19px;
}
.sections3 a:hover
{
	color: #5D4C6F;
}

ul.sub {
	margin: 0;
	padding: 0 0 0 4px;
	height: 19px;
	line-height: 19px;
	font: bold 10px Verdana;
	color: #b2b2b1;
	text-align: left;
	background-color: #DFDFDF;
	/*border-right: 6px solid #fff;
	border-left: 5px solid #fff;*/
	list-style: none;
	overflow: hidden;
}

ul.sub li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

ul.sub li.blank {
	margin: 0;
	padding: 0;
	width: 180px;
	*width: 180px;
    height: 15px;
	line-height: 15px;
}

ul.sub li.help_right {
	float: right;
	text-align: right;
	width: auto;
}
ul.sub li a {
	margin: 0;
	display: block;
	padding: 0 20px 2px 20px;
    font: bold 10px Verdana;
	color: #b2b2b1;	
	text-align: center;
	text-decoration: none;
	float: left;
	height: 17px;
	line-height: 17px;
}

ul.sub li a, ul.sub li a:link, ul.sub li a:visited {
		color: #787878;
		text-decoration: none;
}
		ul.sub li a:hover {
			color: #333;
			text-decoration: none;
		}
		ul.sub li a.selected 
		{
		    /*color: #b2b2b1 !important;*/
		    color: #000 !important;
			background-color: #fff !important;
	        margin: 0;
	        padding: 0 20px 2px 20px !important;
	        font: bold 10px Verdana;
	        width: auto;
	        text-align: center;
	        text-decoration: none;
	        float: left;
	        height: 17px;
	        line-height: 17px;
		}

