/* CSS Document */
#fc{
width:1004px;
height:200px;
margin:0;
padding:0;
}
#nav{
margin-left:1px;
width:1004px;
height:65px;
}
#nav ul{
margin:0px;
padding:0px;
}
#nav ul li#navleft1{
width:15px;
height:51px;
background:url(../images/index_07_01.gif) no-repeat;
float:left;
}
#nav ul li.navcontent1{
width:97px;
height:51px;
background:url(../images/index_08_01.gif) repeat-x;
float:left;
line-height:51px;
display:block;
text-align:center;
}
#nav ul li#navright1{
width:15px;
height:51px;
background:url(../images/index_09_01.gif) no-repeat;
float:left;
}

#nav ul li#navleft2{
width:17px;
height:27px;
background:url(../images/index_07_02.gif) no-repeat;
float:left;
}
#nav ul li.navcontent2{
width:107px;
height:27px;
background:url(../images/index_08_02.gif) repeat-x;
float:left;
display:block;
text-align:center;
line-height:27px;
}
#nav ul li#navright2{
width:17px;
height:27px;
background:url(../images/index_09_02.gif) no-repeat;
float:left;
}
#nav a:link{
color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family:"Courier New", Courier, mono;
	display:block;
}
#nav a:visited{
color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family:"Courier New", Courier, mono;
	display:block;
}
#nav a:hover{
color:#FF0000;
	text-decoration:none;
	display:block;
}
