/*this is the css for the vertical version*/
.vertical a:link{
	color: #005599;
	text-decoration: none;
}
.vertical a:visited{
	color: #005599;
	text-decoration: none;
}
.vertical a:hover{
	color: #CC0000;
	text-decoration: none;
}
/*第一,二層的位置*/
.vertical ul{
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	width: 148px;
	border: 0px solid;
	list-style-type: none;
	font-size: 15px;
}
.vertical li a{
	padding: 0px 0px 0px 0px;
	width: 148px;
	height: 28px;
	display: block;
	border: 0px solid;
	font-size: 13px;
}
.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
/*次選單出現的位置*/
.vertical li ul{
	position: absolute;
	margin-top: -28px;
	*margin-top: -35px;
	margin-left: 120px;
	z-index: 10;
}
/*colors for menu*/
.blackwhite ul{
	border: 0;
	background: #FFFFFF;
}
.blackwhite li a{
	color: #555555;
	border: 0;
	line-height: 35px;
	text-indent: 30px;
	background: #FFFFFF url(../images/Fun_ButBgOff.gif);
}
.blackwhite li a:hover{
	color: #CC0000;
	border: 0;
	background: #FFFFFF url(../images/Fun_ButBgOn.gif);
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
/*不可少,不然會一次出現四層*/
.inaccesible li ul{
	display: none;
}
/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span{
padding-left: 1em;
font-size: 85%;  
}
.arrow a:hover span{
padding-left: 2em;
}
.arrow a span.noshow{
	visibility: hidden;
}
/*Plus code*/
.plus a span{
	padding-left: .5em;
}



/*
.bluewhite li a{
	color: #000033;
	border: 0;
}
.bluewhite li a:hover{
	color: white;
	border: 0;
	background: #FFFFFF url(../images/Fun_ButBgOff.gif);
}
.bluewhite ul{
	border: 0;
}
		
