﻿/* CSS Document 國*/
/*選單樣式*/
{margin:0;padding:0;} 

.sh_menu{
padding:0;margin:0;
position:relative;
z-index:100;
}
.sh_menu a{
display:block;
width:auto;	height:48px;
padding:0;margin:0;
} 
.sh_menu a:hover{
padding:0;margin:0;
width:auto;
height:48px;
}

.sh_menu ul{list-style:none; } 
.sh_menu li {
padding:0;margin:0 16px 0 0;
float:left;
position:relative;
text-align: center;
vertical-align: middle;
height:48px;

}
.sh_menu ul li:hover ul,
.sh_menu ul a:hover ul{visibility:visible;}
.sh_menu table {position:absolute; top:0; left:0;}
.sh_menu ul ul {visibility:hidden;position:absolute;left:0px;top:48px;width:600px;}
.sh_menu ul ul li {display:block; float:left;padding:0;margin:0;} 
.sh_menu ul ul li {text-align:left;font-size:13px;float:left;display:block;position:relative;}

.sh_menu ul ul li a{
	margin:0 0 0 0;	padding:0 10px;
	width:auto;
	height:26px;
	background:#F5F5F5;
	color:#990000;
	font-size:13px;
	text-decoration:none;
	line-height:26px;
	text-align:left;

	_filter:alpha(opacity=80);/*IE6*/
	filter:alpha(opacity=80);  /*IE7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*IE8*/
	opacity: .8;  /*Opera9.0+，Firefox1.5+，Chrome*/
	-moz-opacity: 0.8;/*fireFox*/
} 
.sh_menu ul ul li a:hover{
margin:0;	padding:0 10px;
	width:auto;height:26px;
background:#990000;
font-size:13px;
text-decoration:none;
line-height:26px;
color:#ffffff;


_filter:alpha(opacity=80);/*IE6*/
filter:alpha(opacity=80);  /*IE7*/
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*IE8*/
opacity: .8;  /*Opera9.0+，Firefox1.5+，Chrome*/
-moz-opacity: 0.8;/*fireFox*/

}
.sh_menu_01 {
background:url(css_img/menu/sh_m01.png) no-repeat;
width:106px;

}
.sh_menu_01 a:hover,
.sh_menu_01 .a_hover {
background:url(css_img/menu/sh_m01_c.png) no-repeat;
}
.sh_menu_02 {
background:url(css_img/menu/sh_m02.png) no-repeat;
width:106px;

}
.sh_menu_02 a:hover,
.sh_menu_02 .a_hover {
background:url(css_img/menu/sh_m02_c.png) no-repeat;
}
.sh_menu_03 {
background:url(css_img/menu/sh_m03.png) no-repeat;
width:106px;

}
.sh_menu_03 a:hover,
.sh_menu_03 .a_hover {
background:url(css_img/menu/sh_m03_c.png) no-repeat;
}
.sh_menu_04 {
background:url(css_img/menu/sh_m04.png) no-repeat;
width:106px;

}
.sh_menu_04 a:hover,
.sh_menu_04 .a_hover {
background:url(css_img/menu/sh_m04_c.png) no-repeat;
}
.sh_menu_05 {
background:url(css_img/menu/sh_m05.png) no-repeat;
width:106px;

}
.sh_menu_05 a:hover,
.sh_menu_05 .a_hover {
background:url(css_img/menu/sh_m05_c.png) no-repeat;
}
.sh_menu_06 {
background:url(css_img/menu/sh_m06.png) no-repeat;
width:106px;

}
.sh_menu_06 a:hover,
.sh_menu_06 .a_hover {
background:url(css_img/menu/sh_m06_c.png) no-repeat;
}
.sh_menu_07 {
background:url(css_img/menu/sh_m07.png) no-repeat;
width:106px;

}
.sh_menu_07 a:hover,
.sh_menu_07 .a_hover {
background:url(css_img/menu/sh_m07_c.png) no-repeat;
}

