/*購牌區新增欄位tab START---------------------------------*/
.sidePromote {border:1px solid #ECD693;}
.sidePromote .title {
	background:url(/images/recommand_col_yellow.png) repeat-x left top;
    border:0px;
}

.sidePromote ul, .sidePromote li {margin: 0;padding: 0;list-style: none;}
.sidePromote .abgne_tab {}
.sidePromote ul.tabs {width: 100%;height: 32px;}
.sidePromote ul.tabs li {
		float: left;
		height: 32px;
		width:95px;
		overflow: hidden;
		position: relative;
		}
.sidePromote ul.tabs li a {
		display: block;
		height: 32px;
		width:95px;
		padding:0;
		text-decoration: none;
		text-align:center;
		color:#fff;
		font-size:16px;
		line-height: 25px;
	}
.sidePromote ul.tabs-u li{ background: url("/images/recommand_col_green.png") no-repeat center top;}
.sidePromote ul.tabs-b li{ background: url("/images/recommand_col_blue.png") no-repeat center top;}
.sidePromote ul.tabs li a:hover { color:#e5e5e5;}
.sidePromote ul.tabs-u li.active  {background: url("/images/recommand_col_green_a.png") no-repeat center top;}
.sidePromote ul.tabs-b li.active  {background: url("/images/recommand_col_blue_a.png") no-repeat center top;}
.sidePromote ul.tabs li.active a:hover {}
.sidePromote div.tab_container {clear: both;}
.sidePromote div.tab_container .tab_content {padding-top:8px;}
/*購牌區新增欄位tab END---------------------------------*/

.menu a:link{ color:#c0c0c0;}
.menu a:visited{ color:#c0c0c0;}
.menu a:hover{ color:#fff;font-weight:bold;}
.menu a:active{ color:#fff;font-weight:bold;}

.menu{
	width:100%;
	padding-bottom:32px;
	text-align:center;
	background:url(/images/menu_botton.jpg) no-repeat center bottom;
	}
.menu li{
	margin:0 auto;
	width: 210px;
	height:41px;
	background:url(/images/menu_bg.png) no-repeat center top;
	text-align:left;
	position:relative;
	}
.menu li a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:8px;
	left:0;
	color:#c0c0c0;
	}

.menu li a:hover{
	background:url(/images/menu_mouseover.png) no-repeat center top;
	}

.menu li a span{
	display:block;
	padding-top:2px;
	padding-left:50px;

	/*CSS3 transition*/
	transition:padding 0.2s ease-out;
	-moz-transition:padding 0.2s ease-out; /* Firefox 4 */
	-webkit-transition:padding 0.2s ease-out; /* Safari and Chrome */
	-o-transition:padding 0.2s ease-out; /* Opera */

	}

.menu li a:hover span{
	padding-top:7px;
	}

.gotop{
	margin:20px 10px 20px auto;

	width:190px;
	height:100px;
	display:block;
	background:url(/images/gotop.png) no-repeat center top;
	text-indent:-9999px;
	}


  

