@charset "utf-8";
/* CSS Document */

/* NAV MENU */

ol{list-style:none;}
ol{margin:0;}
#nav_co{
	overflow: hidden;
	text-align: left;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 100%;
}
#nav_co ul {
	list-style: none; /* Nullie誺MIh */
	margin: 0;
	padding: 0;
}



#nav_co li {
	color: #001976;
	text-decoration: none;
	padding-left: 40px;
	background-image: url(../product/images/dot.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-position: 22px 12px;
}
#nav_co li a:link, #nav_co li a:visited  {
	color: #001976;
	text-decoration: none;
}

#nav_co li a:hover {
	color: #FC9303;
	text-decoration: none;
}
