@charset "utf-8";
.two_top_inside {
	background-image: url(../images/2_tot_top.gif);
	background-repeat: repeat-x;
	height: 40px;
	display: block;
	float: left;
	width: 950px;
}
.two_top_inside ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: block;
	height: 35px;
	width: 950px;
}
.two_top_inside ul li{
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	
}
.two_top_inside ul li a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;

	
}
.two_top_inside ul li :hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;

}

