
/*
#nav_1 {
	clear : left ;
	font-size : 12px ;
	font-weight : bold ;
	color : #FFFF00 ; 
	line-height : 170% ;
	width : 600px ;
	height : 15px ;
	margin : 15px auto 0px 65px ;
	padding : 0px ;
	list-style : none ;	
}

#nav_1 li {
	float:left;
	background-color : none ;
	margin-right: 20px ;
	padding-top: 0px  ;
	margin-left: 0px ;
	border : 3px outset #FFFF00 ;
	text-align : center ;
	width : 90px ;
	height : 18px ;
}

#nav_1 a:link {
	color : #FFFF00 ;
	text-decoration : none ;
	border-bottom : none ;
}

#nav_1 a:visited {
	color: #FFFF00 ;
	text-decoration : none ;
	border-bottom : none ;
}

#nav_1 a{
	color : #FFFF00 ;
	display : block ;
	padding : 0px ;
	width : 90px ;
	height : 18px ;
}

#nav_1 a:hover {
	color: #FF0000 ;
	background-color: #FFFF33 ;
	text-decoration:none ;
	font-size : 14px ;
}

#nav_2 {
	clear : left ;
	font-size : 12px ;
	font-weight : bold ;
	color : #FFFF00 ; 
	line-height : 170% ;
	margin : 15px auto 1px 65px ;
	width : 600px ;
	height : 15px ;
	padding : 0px ;
	list-style : none ;	
}

#nav_2 li {
	float:left;
	background-color : none ;
	margin-right: 20px ;
	padding-top: 0px  ;
	margin-left: 0px ;
	border : 3px outset #FFFF00 ;
	text-align : center ;
	width : 90px ;
	height : 18px ;
}

#nav_2 a:link {
	color : #FFFF00 ;
	text-decoration : none ;
	border-bottom : none ;
}

#nav_2 a:visited {
	color: #FFFF00 ;
	text-decoration : none ;
	border-bottom : none ;
}

#nav_2 a{
	color : #FFFF00 ;
	display : block ;
	padding : 0px ;
	width : 90px ;
	height : 18px ;
}

#nav_2 a:hover {
	color: #FF0000 ;
	background-color: #FFFF33 ;
	text-decoration:none ;
	font-size : 14px ;
}

*/