@charset "utf-8";
/* CSS Document */

#head{width:1000px;height:140px;background:url(img/head_bg.jpg)}

#head div{margin:-63px 50px 0 600px;font-size:12px;}
/*熱門關鍵字*/
#head div a{color:#a00;}
#head div a:hover{color:#999}
#head form{background:url(img/index/top1_sel_bg.png) no-repeat;padding:10px;}
#head input{border:0}
#select{width:250px;background:#fff;height:25px;font-size:20px;}
#select_botton{background:#ade0fc;font-size:16px;}
#logo{margin:0 0 0 20px}

#menu{width:1000px;height:33px;background:url(img/menu_bg.jpg);padding:0 0 5px 0;color:#9664bc}
#menu li{float:left;width:100px;text-align:center;font-size:13px;margin:3px 0 0 0;padding:2px 0 3px 0;border-right:1px solid #9b5b6d;}


#menu li:hover{
	cursor:pointer;
	}
#menu li a{color:#9664bc}
#menu li a:hover{font-weight:900;font-size:14px;}

#menu li ul{
	padding:0;
	margin:0;
	display:none;
	background:#fff;
	border:1px solid #ccc;
	position:absolute;
	}
#menu li li{
	border:0;
	border-bottom:1px solid #ccc;
	clear:both;
	}