#nav_main {
	height:55px;
	font-size: 13px;
	margin-bottom:8px;
}
#naf {
	text-align: center;
	background-image: url(../images/index/tit_bg.gif);
	width: 950px;
	height:33px;
}
#naf li {
	float: left;
	list-style-type: none;
	height:33px;
	line-height:18px;
	background-repeat: repeat-x;
	overflow: visible;
}
#naf a {
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	width: 79px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}
#naf .naflast {
	width: 81px;
}
#naf a:hover{
	background-image: url(../images/nav4_bg.gif);
	font-weight: bold;
}
#naf ol {
width:600px;
position: absolute;
left: -9999px;
}
#naf ol li{
	background-image: none;
	line-height: 22px;
}
#naf ol a{
	width: 70px;
	color: #000000;
	background-image: url(../images/navola.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border-left-style: none;
	font-weight: normal;
	padding: 0px;	
}
#naf ol a:hover {
	text-decoration:underline;
	font-weight:bold;
	border-bottom:0;
	background-color: #FFFFFF;
}
#naf li:hover ol {
	left: auto;
	padding-top: 1px;
}
#naf li.sfhover ol {
	left: auto;
	padding: 1px;
}
#naf li.last a {
border-right:0;
}

