/* 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 */

.menu4 ul {
padding:0; 
margin:0; 
list-style-type: none;
}
.menu4 ul li {
float:left; 
position:relative;/* vTUԿ檺m*/
}
/* Ĥ@h*/


/* ĤGh*/
.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; /* UܻP_*/
	height:auto; 
	top:42px; /*第二層選單位置*/
	left:8px; 
	font-size:13px;
	

}
/* UԿƹL*/
.menu4 ul li:hover ul li a,
.menu4 ul li a:hover ul li a {
	display:block; 
	background:#FFFFE1;
	background-image:url(../images/listtype.gif);
	background-repeat:no-repeat;
	text-decoration:none; 
	color:#333; 
	height:auto;
	line-height:1.5em; 
	padding:5px 0 0 18px; 
	width:75px;
	border-bottom:1px solid #F0CA33; 
	border-right:1px solid #F0CA33;
	border-left:1px solid #F0CA33; 
}
.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;
}
/* ĤGhUԿ檺hover*/
.menu4 ul li:hover ul li a:hover,
.menu4 ul li a:hover ul li a:hover {
color:#fff; text-decoration:none;
border:1px soild #cecece;
font-weight:bold;background-image:url(../images/listtype.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:0; color:#000; left:166px; height:auto; border:1px solid #909;
}
.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 {
display:block; color:#00f; 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:#000; 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;
}









