@charset "utf-8";
/* CSS Document */

/* NAV MENU */


#nav_co{
	behavior:url(../style/csshover.htc);
	overflow: hidden;
	text-align: left;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 210px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 215px;
	margin-left: 0px;
}
#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: #0099CC;
}
#nav_co li a:link, #nav_co li a:visited  {
	display: block;/* Ĥ@hs嵲rPضZA̧ǬWBkBUB */
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/left-pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#nav_co li a:hover {
	background-image: url(../images/left-pic2.jpg);
	color: #FF6600;
	background-repeat: no-repeat;
	background-position: left top;
}


#nav_co ul li:hover ul {
	display: block; 
}



.item-mark{
	color: #FF0000;
	text-decoration: none;
}