@charset "utf-8";
/* CSS Document */

#menu	{
	width:1024px;
	text-align: center;
	height: 22px;
	background-color: #FFF;
	padding-bottom: 70px;
	position: fixed;
	top: 177px;
	padding: 5px 0 70px;
}
#menu1	{
	width:486px;
	margin:0 auto;
	height: 22px;
	padding: 0 6px;
}
/*
.nav	{
	float: left;
}	*/
.navact1	{
	color:#E2001A;
	font-weight: bold;
	display:block;
	padding: 0 20px;
}
/*
.navact2	{
	color:#E2001A;
	font-weight: bold;
	display: block;
	width: 115px;
}
.navact3	{
	color:#E2001A;
	font-weight: bold;
	display: block;
	width: 144px;
}
.navact4	{
	color:#E2001A;
	font-weight: bold;
	display: block;
	width: 55px;
}
.navact5	{
	color:#E2001A;
	font-weight: bold;
	display: block;
	width: 56px;
}
.navact6	{
	color:#E2001A;
	font-weight: bold;
	display: block;
	width: 75px;
}
.title1	{
	color:#E2001A;
	font-weight:bold;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 0px;
}
.one	{
	width:58px;
}
.two	{
	width:115px;
}
.three	{
	width:144px;
}
.four	{
	width:55px;
}
.five	{
	width:56px;
}
.six	{
	width:75px;
}
*/
/*	Menu	*/
#menu ul	{
	padding:0;
	margin:0;
	display:inline;
	list-style-type:none;
}
#menu ul li	{
	display:block;
	float: left;
	text-align: center;
}
#menu ul li a:link, #menu ul li a:visited	{
	text-decoration:none;
	color:#002E54;
	padding: 0 20px;
}
#menu ul li a:hover, #menu ul li a:active	{
	color:#E2001A;
}
