@charset "utf-8";
/*topmenu主選單------------------------------------------------*/
#header #topmenu {
	width: 800px;
	height: 35px;
	padding-left: 190px;padding-top: 14px;
}
#header #topmenu h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#topmenu ul {
	padding-top: 4px;
	padding-left: 8px;   
}
#topmenu li {
	float: left;
	display: inline;padding-left: 10px;
}
#topmenu span {
	text-align: right;
	display: block;
	padding-top: 12px;
	color: #666;
}
#topmenu span a {color:#666;text-decoration:none;}
#topmenu span a:hover{
	color:#333;
	text-decoration:underline;
}

/*menu主選單------------------------------------------------*/
#menu{
	width:inhert;
	height:39px;
	margin-top:1px;
	font-size:13px;
	clear:both;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	padding:1px 10px 0px 13px;
}
#menu li {
display:inline;
}

/*a:link 狀態*/
#menu a {
	text-decoration:none;
}
#menu a span {
	float:left;
	text-align:center;
	display:block;
	line-height:35px;
	color: #666;
	background-image: url(../images/menu_gap.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
/*a:hover 狀態*/
#menu a:hover {
	text-decoration:none;
}
#menu a:hover span {
	color:#333;
	background: url(../images/menu_bg.gif) repeat-x;
}
/*current 狀態*/
#menu li.current a {
	text-decoration:none;
}
#menu li.current a span {
	color:#333;
	background: url(../images/menu_bg.gif) repeat-x;
}
#menu li.current a:hover {
	text-decoration:none;
}
#menu li.current a:hover span {
	color:#333;
	background-image: url(../images/menu_gap.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*path*/
#path {width:inhert; padding:10px 35px 15px 35px;font-size:12px;color:#41acea;clear:both;}

#path a:link{ text-decoration:none;color:#41acea;}
#path a:hover{ text-decoration:underline;color:#FF0000;}
#path a:visited{ text-decoration:underline;color:#41acea;}
