.Secondarynav2
{
	list-style-type: none;
	margin: 0;
	list-style: none;
	position: relative;
	padding-left: 15px;
	height: 21px;
}
.Secondarynav2 li
{
	float: left;
	list-style-type: none;
}
.Secondarynav2 a
{
	background-color: #D9D9D9;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	padding: 0 0px 0 3px;
	padding: 3px 8px 5px 5px;
	margin-right:5px;
	cursor: pointer;
	border-left:1px solid #C3C1C1;
	border-right:1px solid #C3C1C1;
	border-bottom:1px solid #C3C1C1;
}
.Secondarynav2 a.current
{
	background-color: #EEEEEE;
}