.h2tier {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	border-left: thin solid White;
	border-right: thin solid White;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.h2tier .item1 {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: White;
	border-top: thin solid White;
	border-bottom: thin solid White;
	vertical-align: middle;
	height: 20px;
}
.h2tier .item1 a {
	display: block;
	color: White;
	text-decoration: none;
	line-height: 20px;
	width: 120px;
	font-weight: bold;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.h2tier .item1 a:hover {
	display: block;
	text-decoration: none;
	background-image: url(../images/tab_roll.gif);
	background-repeat: no-repeat;
}

.h2tier .item1-active{
	font-size: 11px;
	background-color: White;
	border-top: thin solid White;
	vertical-align: middle;
	overflow: hidden;
	height: 20px;
	border-bottom: thin solid Black;
}
.h2tier .item1-active a {
	display: block;
	color: White;
	text-decoration: none;
	line-height: 20px;
	width: 120px;
	font-weight: bold;
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.h2tier .item2 {
	font-size: 10px;
	text-decoration: none;
	background-color: Black;
	border-bottom: thin solid White;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
	line-height: 20px;
}
.h2tier .item2 a {
	display: block;
	color: White;
	text-decoration: none;
	line-height: 20px;
	width: 160px;
}

.h2tier .item2 a:hover {
	display: block;
	text-decoration: none;
	background: #0001A8;
}

.h2tier .item2-active a {
	font-size: 10px;
	vertical-align: middle;
	overflow: hidden;
	display: block;
	color: #339900;
	line-height: 20px;
	width: 160px;
	background: Black;
	font-weight: bold;
	border-bottom: thin solid White;
}

.h2tier .item2-active a:hover {
	display: block;
	text-decoration: none;
	background: Black;
}


.nav2_bg {
	background-color: Black;
	border-left: thin solid White;
	border-right: thin solid White;
}

.nav2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
	overflow: hidden;
}
.nav2 a {
	display: block;
	color: White;
	text-decoration: none;
	font-weight: bold;
	width: 160px;
}

.nav2 a:hover {
	display: block;
	text-decoration: none;
	background: #0001A8;
}

