/*--設置按鈕總寬度區塊--*/
#menu_01{
	width:1000px;
	height: 50px;
	background-color: #333;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;

}
#menu_01 #menubg{
	float:left;
	width:110px;
	height: 35px;
	background-color: #222;
	padding-top: 12px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu_01 #menubg2{
	float:left;
	width:150px;
	height: 35px;
	background-color: #222;
	padding-top: 12px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*--主按鈕連結字體顏色--*/
.menu_stly01{
	color:#FFF;
	text-decoration:none;	
}
.menu_stly01 a:link{
	color:#FFF;
	text-decoration:none;
}
.menu_stly01 a:visited{
	color:#FFF;
	text-decoration:none;
}
.menu_stly01 a:hover{
	color: #ff883a;
	text-decoration:none;
}
.menu_stly01 a:active{
	color:#FFF;
	text-decoration:none;
}

/*--下拉式選單--*/
.flexdropdownmenu, .flexdropdownmenu ul{ 
  /*topmost and sub ULs, respectively*/
  font: normal 13px ; 
  margin: 3;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  list-style-type: none;
  background: white;
  border: 1px solid   #CCC;
  border-bottom-width: 0;
  visibility: hidden;
  display: none; /*collapse all sub menus to begin with*/
  box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
  -webkit-box-shadow: 3px 3px 8px #818181;
  -moz-box-shadow: 3px 3px 8px #818181;
}


.flexdropdownmenu li{
 position: relative;
}

.flexdropdownmenu li a{
 display: block;
 width: 170px; /*width of menu (not including side paddings)*/
 color: black;
 background:  #f7f7f7;
 border-bottom: 1px dotted   #CCC;
 text-decoration: none;
 padding: 4px 5px;
}

* html .flexdropdownmenu li{ 
 /*IE6 CSS hack*/
 display: inline-block;
 width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	color:#FFF;
	background-color: #fb6e12;
}

.rightarrowclass{
 position: absolute;
 top: 6px;
 right: 5px;
}
