#nav_1 { font-size: 11px; height: 2.5em; line-height: 2.5em; }

a.nav_1 {
	display: block;
	float: left;
	
	width: 70px !important; 	/* Firefox */
	
	width: 110px !important!; 	/* IE7 */
	
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 15px 0 15px;
	font-family : verdana,sans-serif;
	text-align: center;
	font-size : 11px;
	color : #333333;
	font-weight: normal;
	text-decoration: none;
}

a.nav_1:hover {
	text-decoration : none;
	font-weight : bold;
	color : #333333;
}
		
a.nav_1_hi {
	display: block;
	float: left;
	
	width: 70px !important; 	/* Firefox */
	
	width: 110px !important!; 	/* IE7 */
	
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 15px 0 15px;
	font-family : verdana,sans-serif;
	font-size : 11px;
	text-align: center;
	color : #333333;
	font-weight: bold;
	text-decoration: none;
}

a.nav_1_hi:hover { text-decoration: none; }

a.nav_1_sub {
	display: block;
	float: left;
	width: auto;
	height: 2em;
	line-height: 2em;
	padding: 0 15px 0 15px;
	font-family : verdana,sans-serif;
	font-size : 11px;
	color : #333333;
	font-weight: normal;
	text-decoration: none;
}

a.nav_1_sub:hover {
	text-decoration : underline;
	font-weight : normal;
	color : #333333;
}
		
a.nav_1_sub_hi {
	display: block;
	float: left;
	width: auto;
	height: 2em;
	line-height: 2em;
	padding: 0 15px 0 15px;
	font-family : verdana,sans-serif;
	font-size : 11px;
	color : #333333;
	font-weight: bold;
	text-decoration: none;
}

a.nav_1_sub_hi:hover { text-decoration: none; }

/****** navi2 ***/
a.nav_2 {
	font-family : verdana,sans-serif;
	font-size : 11px;
	color : #333333;
	font-weight: normal;
	text-decoration: none;
	display:block;
	width: 200px;
	height:20px;
	padding-top:2px;
	border-bottom: 1px solid #77BB29;
}

a.nav_2:hover {
	text-decoration : none;
	font-weight : bold;
	color : #333333;
	display:block;
	width: 200px;
	height:20px;
	padding-top:2px;
	border-bottom: 1px solid #77BB29;
}
		
a.nav_2_hi {
		font-weight : bold;
		text-decoration : none;
		color : #333333;
		display:block;
		width: 200px;
		height:20px;
		padding-top:2px;
		border-bottom: 1px solid #77BB29;
}

.nav_2_off {
		text-decoration : none;
		color : #999999;
		display:block;
		width: 200px;
		height:20px;
		padding-top:2px;
		border-bottom: 1px solid #77BB29;
}