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

.inaccesible li ul {
	display: none;
}

/*-------------------------------------*/
.menubg {
	position:relative;
	background:url(../images/menu_bg.png) repeat-x 0 0;
	height:40px;
	top:200px;
}
.menubg ul {
	list-style:none;
	margin:0;
	padding:5px 5px 0 0;
	font-size:16px;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.menubg ul li {
	margin:0;
	padding:0;
	display:inline;
	position:relative;
}
.menubg ul li a {
	display:inline-block;
	color:#ddee55;
	text-decoration:none;
	padding:4px 0 9px 26px;
	padding:5px 0 9px 25px \9;
	margin-right:13px;
	background:url(../images/menu_a24.png) no-repeat 0 0;
	_background-image:url(../images/menu_a.gif);
}
.menubg ul li a:hover {
	color:#ffff88	;
	text-decoration:none;
	background-position:0 -32px;
}


/*--------------*/
.menubg ul ul {
	text-align:left;
	position:absolute;
	top:24px;
	*top:32px;
	left:0;
	font-size:13px;
	line-height:16px;
	text-transform:none;
	padding:3px 10px 10px;
	margin:0;
	/*background:url(../images/menu_ulul_bg.png) no-repeat left bottom;*/
	background:url(../images/menu_ulul_bg2.png) ;
	border:1px solid #ddd;
	border-top:none;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	box-shadow:rgba(0,0,0,0.5) 0 1px 6px 1px;
	_background:#333;
	_border:1px solid #777;
	_border-top:none;
	/*z-index:2000;*/
	width:150px;
	font-weight:normal;
}
.menubg ul ul li {
	margin:0;
	padding:0;
	position:relative;
}
.menubg ul ul li a {
	display:block;
	padding:3px 3px 3px 12px;
	margin:2px 0;
	background:url(../images/menu_lilia_bg.gif) no-repeat 3px 7px;
}
.menubg ul ul li a:hover {
	color:#000;
	border-radius:4px;
	background-position:4px -73px;
	background-color:#9fc200;
}

/*第三層選單，含以下*/
.menubg ul ul ul {
	background:#111;
	border-radius:5px;
	top:-21px;
	top:3px \9;
	left:142px;
	border:1px solid #777;
	width:130px;
	padding:3px 5px 3px;
	padding-top:5px \9;
}
.menubg ul ul ul ul {
	left:125px;
}

/*-------------------------------------	.menu ( at left column)*/
.layout td.leftbg {
}
.leftbg h2 {
	color:#dcff18;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:24px;
	margin:0;
	padding:8px 0 0;
	background:url(../images/left_bg.png) no-repeat 0 0;
}
.leftbg h2 span {
	display:block;
	width:190px;
	padding:0 20px 20px;
	background:url(../images/left_h2_bg.png) no-repeat center bottom;
}
.menu {
	width:230px;
	background:url(../images/asideMenu_bg.png) repeat-y center top;
	margin:0 0 20px;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:7px 0 24px;
	background:url(../images/asideMenu_ul_bg.png) no-repeat center bottom;
	font-size:1em;
	line-height:140%;
}
.menu ul li {
	margin:0 15px 3px;
	padding:0 0 4px;
	background:url(../images/asideMenu_li_bg.png) no-repeat left bottom;
}
.menu ul li a {
	text-decoration:none;
	display:block;
	padding:5px 8px 0 26px;
	padding-top:4px \9;
	background:url(../images/asideMenu_li_bg.png) no-repeat 0 0;
	color:#333;
	_width:166px;
}
.menu ul li:hover {
	background-image:url(../images/asideMenu_li_hover.png);
}
.menu ul li:hover a {
	background-image:url(../images/asideMenu_li_hover.png);
	color:#000;
}
.menu ul li a:hover {
	_background-image:url(../images/asideMenu_a_hover.gif);
	_color:#000;
}

