ul#nav1st {
	position: absolute;
	top: 53px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}

ul#nav1st li {
	float: left;
}

ul#nav1st li a {
	color: #474747;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 126px;
	padding-top: 8px;
	
	text-align: center;
	height: 32px;
}

ul#nav1st li a.current {

	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}

ul#nav1st li a:hover {
	font-weight: bold;
	
}

ul#nav2nd {
	list-style-type: none;
	margin-bottom: 30px;
	background-image: url(../navarrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

ul#nav2nd li {
 margin: 0;
}

ul#nav2nd li a {
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	border-left: #d9d8dd 3px solid;
	border-bottom: #7c7c7c 1px dotted;
}

ul#nav2nd li a.current {
	background: #e3e3e3 !important;
	border-left: #262c4c 3px solid !important;
	color: #333 !important;
}

ul#nav2nd li a:hover {
	background: #e3e3e3;
	border-left: #8c8c8c 3px solid;
	color: #666;
}

