@charset "utf-8";
/*menu主選單------------------------------------------------*/
#menu{
	width:inhert;
	height:40px;
	margin-top:1px;
	font-size:13px;
	clear:both;
	background-color: #86b800;
}

#menu ul {
	padding:1px 10px 0px 35px;
}
#menu li {
display:inline;
}

/*a:link 狀態*/
#menu a {
	text-decoration:none;
}
#menu a span {
	float:left;
	padding:4px 15px 2px 15px;
	text-align:center;
	display:block;
	line-height:35px;
	color: #fff;
	background-image: url(../images/menu_gap.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*a:hover 狀態*/
#menu a:hover {
	text-decoration:none;
}
#menu a:hover span {
	color:#fdff2b;
	background: url(../images/menu_bg.gif) repeat-x;
}
/*current 狀態*/
#menu li.current a {
	text-decoration:none;
}
#menu li.current a span {
	color:#fdff2b;
	background: url(../images/menu_bg.gif) repeat-x;
}
#menu li.current a:hover {
	text-decoration:none;
}
#menu li.current a:hover span {
	color:#fff;
	background-image: url(../images/menu_gap.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*path*/
#path {
	width:inhert;
	padding:2px 35px 2px 35px;
	font-size:12px;
	color:#75A200;
	clear:both;
}

#path a:link{ text-decoration:none;color:#75A200;}
#path a:hover{
	text-decoration:underline;
	color:#060;
}
#path a:visited{
	text-decoration:underline;
	color:#75A200;
}
