﻿/*--------------Master page Menu CSS 設定-------------*/
.IE8Fix
{
  z-index: 9999;
}
.level1
{
	font-size:15px;
	text-align:center;
	color:#fff;
	width:93px; height:35px;
	line-height:35px;
}
.level1 a
{
	color:#fff;
	text-decoration:none;
	display:block;
}
.level1 a:hover
{
	color:#fef894;
	text-decoration:none;
	width:93px; height:35px;
}

.level2
{
	font-size:15px;
	text-align:center;
	color:#fff;
	width:93px; height:35px;
	line-height:35px;
	_line-height:40px;
	overflow:hidden;
}
.level2 a
{
	color:#fff;
	text-decoration:none;
	display:block;
	width:93px; height:35px;
	margin-left: 0 !important;
}
.level2 a:hover
{
	color:#fef894;
	text-decoration:none;
	width:93px; height:35px;
}

.level3
{
	font-size:13px;
	line-height:25px;
	text-align:center;
	width:93px; height:25px;
	background:#c3e6ff;
	color:#fff;
	border:1px solid #0099ff;
	border-top:none;
	overflow:hidden;
}
.level3 a
{
	color:#06f;
	text-decoration:none;
	width:93px; height:25px;
	margin-left: 0 !important;
}
.level3 a:hover
{
	color:#09f;
	text-decoration:none;
	width:93px; height:25px;
}

.level4
{
	float:left;
	font-size:13px;
	line-height:25px;
	text-align:center;
	width:93px; height:25px;
	background:#c3e6ff;
	color:#fff;
	border:1px solid #0099ff;
	border-top:none;

}
/*滑鼠移上去MENU*/
.hoverstyle 
{
	color:#fef894;
	text-align:center;
	text-decoration:none;
	background:url(images/menu_select.gif) repeat-x;
	width:93px;
	border:#72cae8 1px solid;
	border-top:none;
	border-bottom:none;
	display:block;
	line-height:35px;
	.line-height:40px;
	text-decoration:none;
	height:35px;
	.margin-top:-1px;
	cursor:pointer;
	font-size:15px;
}
.selectstyle
{
	color:#fef894;
	text-align:center;
	text-decoration:none;
	background:url(images/menu_select.gif) repeat-x;
	width:93px;
	border:#72cae8 1px solid;
	border-top:none;
	border-bottom:none;
	display:block;
	line-height:35px;
	.line-height:40px;
	text-decoration:none;
	height:35px;
	.margin-top:-1px;
	cursor:pointer;
	font-size:15px;
}