.jquerycssmenu{
	font-family: Arial, Helvetica, sans-serif, clean;
	font-size: 12px;
	font-weight:bold;
	/*padding-left: 15px; offset of tabs relative to browser left edge1背景霸*/
	background-image: url(images/index_04.jpg) repeat-x;
	height:28px;
	/*z-index: 999;*/
	/*padding:0px 8%;*/
	/*width:805px;*/
	/*margin:0 auto;*/
     width:100%;

   
}

.jquerycssmenu ul{/* ? */
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

/*Top level list items間隔色彩*/
.jquerycssmenu ul li{
	position: relative;
	/*display: inline;*/
	display:inline-block;
	float:left;
	z-index: 10;
}

/*Top level menu link items style第一層選單*/
.jquerycssmenu ul li a{
	display: block;
	background: white url(images/index_04.jpg) top center repeat-x;
	background-position:top;
	 /*background of tabs (default state)*/
	padding: 8px 15px 5px 15px;
	height:22px;
	margin-right: 0px; /*spacing between tabs*/
	border-bottom-width: 0;
	color:#FFFFFF;/*第一層選單色彩*/
	text-decoration: none;
	text-align:center;
}

.jquerycssmenu ul li a:hover{
	text-decoration: underline;
	color:#FFFFFF;
	z-index: 99999;
text-align:center;
}
	
/*1st sub level menu第二層框架*/
.jquerycssmenu ul li ul{
background: white url(images/index_04-NO02b.png) top center repeat-x;
position: absolute;
left: 0;
display: block;
visibility: hidden;
color:#FFFFFF;
text-decoration: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style 第二層底紋*/
.jquerycssmenu ul li ul li a{
	font: normal 12px Verdana;
	font-family: Arial, Helvetica, sans-serif, clean;
	width: 190px; /*width of sub menus*/
	padding: 5px 2px 5px 18px;
	border-top-width: 0;
	text-align:left;
	background: white url(images/index_04-NO02b.png) top center no-repeat;
	color:#FFFFFF;
	background-color:#1A1A1A;
	text-decoration: none;
}
.jquerycssmenu .none a{
	background:#1a1a1a;
}
.jquerycssmenu .none a:hover{
	background:#1a1a1a;
}
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style第二層*/
font: normal 12px Verdana;
font-family: Arial, Helvetica, sans-serif, clean;
background: white url(images/index_04-NO02bh.png) top center no-repeat;
color:#4D4D4D;
padding: 5px 2px 5px 18px;
text-align:left;
background-color:#1A1A1A;
text-decoration: none;
}

.jquerycssmenu ul li ul li ul a{/*sub menus hover style第三層*/
background: white url(images/index_04-NO02b.png) top center no-repeat;
font: normal 12px Verdana;
font-family: Arial, Helvetica, sans-serif, clean;
width: 175px; /*width of sub menus*/
padding: 6px 18px;
border-top-width: 0;
text-align:left;
color:#808080;
background-color:#1A1A1A;
text-decoration: none;
}

.jquerycssmenu ul li ul li ul a:hover { /*sub menus hover style*/
background: white url(images/index_04-NO03bh.png) top center no-repeat;
font: normal 12px Verdana;
font-family: Arial, Helvetica, sans-serif, clean;
padding: 6px 18px;
border-top-width: 0;
text-align:left;
color: #FFFFFF;
text-decoration: none;
background-color:#4D4D4D;}

.style001{font-size:10px;}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 2px;
opacity: 0;
filter:alpha(opacity=0,style=0);
z-index:2;
}
.downarrowclass:hover{
position: absolute;
top: 10px;
right: 5px;
opacity: 1;
filter:alpha(opacity=100,style=0);
z-index:2;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 20px;
opacity: 0;
filter:alpha(opacity=0,style=0);
z-index:2;
}
.rightarrowclass:hover{
position: absolute;
top: 5px;
right: 10px;
opacity: 1;
filter:alpha(opacity=100,style=0);
z-index:2;
}
