﻿@charset "utf-8";
  
/**top Menu*/
/******top Menu*******************/
#topMenu {
	position: absolute;
	right:0.1em;
	top:50px;  /*upd by oscar5/16--64px*/
	clear:right;
	float:right;
	line-height: 18px;
	list-style-type: none;
	/*mark by oscar5/16--background:#7e7e7e;*/
  padding-left:20px;  /*upd by Oscar20080522--32px*/
	width:auto;
	/*mark by oscar5/16--color:#fff;*/
  font-weight:bold;
	z-index: 1;  /*Google及firefox Brower彈出式選單會被圖檔蓋掉,需加此設定 20100812 by Andy*/
}

#topMenu a {
 color:#666666;
 display: block; 
 text-align:center;
 
}
#topMenu a:link  {
 color:#666666; text-decoration:none;
}
#topMenu a:visited  {
 color:#666666;text-decoration:none;
}
#topMenu a:hover  {
 color:#0066CC;
 text-decoration:none;
}

#topMenu li {
 float: left;
 padding-left:3px;
 padding-right:3px;
 width: auto;
 /* background:#CCC;*/
 /*background: url("images/bg_main_link_repeat.gif") repeat-x  top left ;*/
}
#topMenu li a:hover{
 /*background:#999;*/
}

/******top Menu彈出視窗 Start*******************/
#topMenu li ul {
 line-height: 20px;  
 list-style-type: none;
 text-align:left;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
  position: absolute; 
  left: -999em; 
  width: 130px;
  background-color:#333;
  color:#ffffff;
  filter:Alpha(opacity=80);
  /*opacity:1000; */ 
  
}
#topMenu li ul li{
	float: left;
	padding-left:0px;
	padding-right:0px;
	width: 130px;
	list-style-type: none;
	font-weight:normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-right-color: #202020;
	border-bottom-color: #cccccc;
	border-left-color: #202020;
	text-indent: 3px;
}

#topMenu li ul a{
 display: block;
 text-align:left;
 padding-left:0px;
background-color:#333;
 color:#ffffff;
 
}

#topMenu li ul a:link  {
 color:#ffffff;
 text-decoration:none;
}
#topMenu li ul a:visited  {
 color:#ffffff;text-decoration:none;
}
#topMenu li ul a:hover  {
	color:#000000;
	text-decoration:none;
	background:#F0f0f0;
	
	
 /*border-bottom-color: #ff0000;  */
}

#topMenu li:hover ul {
 left: auto;
}
#topMenu li.sfhover ul {
 left: auto;
}
#topMenu li.over ul {
 left: auto;
}

/******top Menu彈出視窗 END*******************/
