@charset "utf-8";
/* CSS Document */

/* NAV MENU */


#nav_co{
	behavior:url(../style/csshover.htc);
	overflow: hidden;
	text-align: left;
	display: block;
	margin-top: 16px;
	margin-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 145px;
	padding: 0px;
	margin-left: 16px;
	margin-right: 5px;
}
#nav_co .mark{
	color: #FF6600;
}

#nav_co ul {
	list-style: none; /* Nullie誺MIh */
	margin: 0;
	padding: 0;


}



#nav_co li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
#nav_co li a:link, #nav_co li a:visited  {
	display: block;/* Ĥ@hs嵲rPضZA̧ǬWBkBUB */
	color: #0095BF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-image: url(../product/images/mark.jpg);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	font-weight: lighter;
}

#nav_co li a:hover {
	background-image: url(../product/images/mark.jpg);
	color: #FC9303;
	background-repeat: no-repeat;
	background-position: 12px 14px;
}


