/*--設置按鈕總寬度區塊--*/
#menu_01{
	width:900px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:30px;
}
/*--主按鈕連結字體顏色--*/
.menu_stly01{
	color:#F00;
	text-decoration:none;
}
.menu_stly01 a:link{
	color:#F00;
	text-decoration:none;
}
.menu_stly01 a:visited{
	color:#F00;
	text-decoration:none;
}
.menu_stly01 a:hover{
	color: #333;
	text-decoration: underline;
}
.menu_stly01 a:active{
	color:#F00;
	text-decoration:none;
}

/*--下拉式選單--*/
.flexdropdownmenu, .flexdropdownmenu ul{
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	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 #000;
	-moz-box-shadow: 3px 3px 8px #000;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 15px;
	line-height: 21px;
	padding: 0;
}


.flexdropdownmenu li{
 position: relative;
}

.flexdropdownmenu li a{
	display: block;
	width: 150px; /*width of menu (not including side paddings)*/
	color: #000;
	text-decoration: none;
	background-color: #FCDB48;
	font-size: 14 px;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 15px;
}

* 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:#003;
	background-color: #FFBE0B;
	background-image: url(../../images/main/a_3.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.rightarrowclass{
	position: absolute;
	top: 10px;
	right: 5px;
}
