@charset "utf-8";
/* CSS Document */

/* NAV MENU */


#nav_co{
	behavior:url(csshover.htc);
	overflow: hidden;
	text-align: left;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
	margin-top: 89px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}
#nav_co ul {
	list-style: none; /* Nullie誺MIh */
	margin: 0;
	padding: 0;


}



#nav_co li {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/_layout_menu_bg.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A9BB9;
	background-position: bottom;
}
#nav_co li a:link.item-mark, #nav_co li a:visited.item-mark{
	background-image: url(../images/_layout_menu_sing.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}



#nav_co li a:link, #nav_co li a:visited  {
	display: block;
	color: #5498BB;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 11px;
	background-image: url(../images/_layout_menu_sing02.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: 10px 15px;
	padding-left: 27px;
}

#nav_co li a:hover {
	background-image: url(../images/_layout_menu_sing.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}


#nav_co ul li:hover ul {
	display: block; 
}
