.banner-bound{
	width:1045px;
	border-top:2px solid #F88C00;
	border:1px solid #CCC;
	overflow:hidden;
}
.banner-top{
	width:100%;
	height:35px;
	background:#FBFBFB;
	position:relative;
	border-bottom:1px solid #ececec;
}
.layout-banner-top{
	width:100%;
	overflow:hidden;
	border-top:2px solid #F88C00;
	position:static;
}
.menu-top{
	width:890px;
	height:100%;
	float:left;
}
.selected{
	background:#F88C00;
	border-radius:0 0 5px 5px;
}
.selected a{
	color:#FFF;
	display:block;
	font-weight:bold;
}

.menu-top ul li a{
	display:block;
}
.menu-top ul li a:hover{
	display:block;
	color:#00C;
}
.menu-top ul li ul{
	display:none;
	width:150px;
	z-index:1000000;
	margin-left:-9px;
	background:#fbfbfb;
	position:absolute;
}
.menu-top ul li:hover ul{
	display:block;
	width:150px;
	border:1px solid #ececec;
	border-top:none !important;
	border-radius:0 0 5px 5px;
}
.menu-top ul li ul li{
	width:100%;
	border:none;
	height:30px;
}
.menu-top ul li ul li a{
	font-size:13px;
	color:#000;
	line-height:30px;
	display:block;
	text-transform:capitalize;
}
.menu-top ul li ul li a:hover{
	font-size:13px;
	text-transform:capitalize;
}
.menu-top ul{
	position:relative;
}
.menu-top ul li{
	float:left;
	border-right:1px solid #ececec;
	padding:0 8px;
	line-height:35px;
}
.layout-search{
	width:155px;
	height:100%;
	overflow:hidden;
	position:relative;
}
.txt-search{
	width:113px;
	height:31px;
	background:#FFF;
	border:1px solid #ececec;
	border-bottom:none !important;
	float:left;
}
.btm-search{
	width:45px;
	position:absolute;
	left:110px;
	height:40px;
	background:url(../images/btm-search.png) no-repeat;
	cursor:pointer;
	border:none;	
}
.banner-center{
	width:1045px;
	overflow:hidden;
	height:135px;	
	background:#FFF !important;
}
.logo{
	width:220px;
	height:135px;
	overflow:hidden;
	float:left;
	position:relative;
	margin-right:55px;
}
.logo img{
	width:167px;
	position:absolute;
	top:30%;
	left:10%;
	height:59px;
}
.adv{
	width:730px;
	height:95px;
	overflow:hidden;	
	padding:20px;
}
.banner-bottom{	
	width:1045px;
	height:52px;
	display:block;
	z-index:999999;
	background:url(../images/bg-menu.png)  repeat-x;
}
.banner-bottom ul{	
	list-style:none;
	position:relative;
}
.banner-bottom ul li{
	float:left;
	background:url(../images/bg-items-menu.png) left no-repeat;
	line-height:51px;
}
.select-menu{
	background:#F88C00;
	margin-top:-4px;	
	font-weight:bold;
}
.login{
	text-align:center;
	padding:0 10px;
	background:#F88C00 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	position:absolute;
	border-radius:0 0 5px 5px;
	right:160px;
}
.user{
	line-height:35px;
}
.login-sub{
	display:none;
}
.login:hover .login-sub{
	display:block;
}
.login-sub li{
	height:25px;
	text-align:left;
}
.login-sub li a{
	display:block;
	line-height:25px;
	color:#FFF !important;
}
.login-sub li a:hover{
	color:#00C !important;
}
.home{
	background:url(../images/home.png) no-repeat !important;
	background-position:center -47px !important;
	width:55px;
	height:52px;
	margin-left:5px;
}
.home a{display:block; text-indent:-9999px; width:30px; height:50px;}
.home-select{
	background:#F88C00 url(../images/home.png) no-repeat !important;
	background-position:center 7px !important;
	width:55px;
	height:52px;
	margin-top:-4px;
	text-indent:-9999px;
	margin-left:5px;
}
.banner-bottom ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	display:block;
	text-transform:capitalize;
	padding:0 20px;
}

.banner-bottom li ul{
	position:absolute;
	width:175px;
}
.banner-bottom ul li ul{
	display:none;
	z-index:1000000;
}
.banner-bottom ul li:hover ul {
	display:block;
}
.banner-bottom ul li ul li{
	background:#2D2D2D;
	width:175px;
	border-bottom:1px solid #ececec;
	height:35px;
}
.banner-bottom ul li ul li:hover{
	background:#999;
	color:#0F3;
}
.banner-bottom ul li ul li a{
	display:block;
	line-height:35px;
}
.banner-bottom ul li ul li a:hover{
	color:#FFF !important;
}
.post{
	position:absolute;
	top:0px;
	right:0px;
	padding-left:12px;
	width:90px;
	font-weight:bold;
	height:47px;
	text-align:right;
	opacity:0.8;
	color:#FFF;
	float:right !important;
	background:#666 url(../images/post.png) no-repeat 8px !important;
}
.post:hover{
	opacity:1;
}
