#header {
	background-image:url(/images/xhy/header_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:85px;
	overflow:hidden;
}
#container {
	width:1003px;
	margin:0 auto;
}

#navigation{
	width:1003px;
	margin:0 auto;
}
#quick-link {
	color: #333333;
	line-height: 22px;
}
#quick-link ul {
	float:right;
}
#quick-link ul li {
	float:left;
	padding-left: 5px;
}
#quick-link .shopping-cart {
	color: #000000;
}

#logo-area{
	float:left;
	width:236px;
}
#menu-area{
	float:left;
	font-weight: bold;
	width:767px;
}
#menu-area .nav {
	font-size: 14px;
	line-height: 29px;
	margin-top:34px;
	padding-left: 18px;
}
#menu-area .nav li {
	float:left;
}
#menu-area .nav .brand-list {
	position:relative;
}
#menu-area .nav span {
	background: transparent url(/images/xhy/drop_icon.png) no-repeat scroll right 8px; 
	padding-right: 15px;
}
#menu-area .nav a {
	display:block;
	width: 103px;
	height: 29px;
	color: #ffffff;
	text-align:center;
	background: url(/images/xhy/menu_middle_link.png) no-repeat!important; 
}
#menu-area .nav a:hover {
	background: url(/images/xhy/menu_middle_hover.png) no-repeat!important; 
	text-decoration:none;
}
#menu-area .nav a.current {
	background: url(/images/xhy/menu_middle_current.png) no-repeat!important;
	color: #333333;
}
#menu-area .nav .left {
	background: url(/images/xhy/menu_left_link.png) no-repeat!important; 
}
#menu-area .nav a.left:hover {
	background: url(/images/xhy/menu_left_hover.png) no-repeat!important; 
}
#menu-area .nav a.left-current {
	background: url(/images/xhy/menu_left_current.png) no-repeat!important; 
	color: #333333;
}
#menu-area .nav .right {
	background: url(/images/xhy/menu_right_link.png) no-repeat!important; 
}
#menu-area .nav a.right:hover {
	background: url(/images/xhy/menu_right_hover.png) no-repeat!important; 
}
#menu-area .nav a.right-current {
	background: url(/images/xhy/menu_right_current.png) no-repeat!important; 
	color: #333333;
}

.child-brand {
	position: absolute;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index:99;
	left:0;
	width:143px;
	display:none;
}
.child-brand li {
	background-color: #cb300c;
	width:141px;
	border-left:1px solid #e4511a;
	border-right:1px solid #e4511a;
}
.child-brand li a {
	display:block;
	padding-left:2em;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	text-decoration:none;
}
.child-brand .bottom-item{
	width:143px;
	border:none;
}
.child-brand .divider-container{
	padding-bottom:5px;
	padding-top:5px;
}

.child-brand .divider {
	border-top:1px solid #993300;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.child-brand .bottom-item {
	background:transparent url(/images/xhy/menu_mid.png) no-repeat scroll left top;
	border:medium none;
	height:25px;
	width:143px;
}

li.bottom-item .middle-bottom {
	display:block;
	background-image:url(/images/xhy/menu_mid.png);
	background-repeat:no-repeat;
	width:143px;
	height:3px;
}
.child-brand a:hover {
	 background-color: #993300;
}
.c {
	clear:both;
}