@charset "utf-8";
/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

#id{
　position:absolute;
　z-index:1;
}
.menu4 {
font-size:13px;
}

.menu4 ul {
padding:0; 
margin:0; 
list-style-type: none;
}
.menu4 ul li {
float:left; 
position:relative;/* 影響下拉選單的位置*/
display:inline;
}
/* 第一層*/


/* 第二層*/
.menu4 ul li ul {
visibility:hidden; 
position:absolute; 
top:0; 
left:0;

}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */

.menu4 ul li:hover ul,
.menu4 ul li a:hover ul{
	visibility:visible; /* 下拉顯示與否*/
	height:auto; 
	top:55px; 
	left:0px; 
	

}
/* 下拉選單滑鼠移過*/
.menu4 ul li:hover ul li a,
.menu4 ul li a:hover ul li a {
	display:block;
	background-image:url(../images/listtype.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#BEBEBE;
	height:auto;
	line-height:1.5em;
	width:117px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #666666;
	background-color: #000000;
	border-top-style: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 3px;
	letter-spacing: 0.12em;
	text-align: center;
}
.menu4 ul li:hover ul li a.drop,
.menu4 ul li a:hover ul li a.drop {
display:block; color:#000; height:auto; line-height:1.5em; padding:5px; 
}
.menu4 ul li:hover ul li ul,
.menu4 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden;
}
/* 第二層下拉選單的hover*/
.menu4 ul li:hover ul li a:hover,
.menu4 ul li a:hover ul li a:hover {
	color:#F3EECF;
	text-decoration:none;
	border:1px soild #cecece;
	font-weight:bold;
	background-image:url(../images/index_19_bg1.gif);
	background-repeat:repeat;
}
.menu4 ul li:hover ul li:hover ul,
.menu4 ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	top:11px;
	color:#FFFFFF;
	left:118px;
	height:auto;
	border:0px none #999966;
	font-weight: normal;
}
.menu4 ul li:hover ul li:hover ul.left,
.menu4 ul li a:hover ul li a:hover ul.left {
left:-166px;
}
.menu4 ul li:hover ul li:hover ul li a,
.menu4 ul li a:hover ul li a:hover ul li a {
	color:#CCCCCC;
	height:auto;
	line-height:1.5em;
	padding:5px;
}
* html .menu4 ul li a:hover ul li a:hover ul li a {padding:4px}

.menu4 ul li:hover ul li:hover ul li:hover a,
.menu4 ul li a:hover ul li a:hover ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.menu4 table {
	margin:-1px;
	border-collapse:collapse;
	font-size:1em;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu4 ul li:hover a,
.menu4 ul li a:hover {
color:#c00; text-decoration:underline; border:0;
}
