.topContent {
	width: 1124px;
	margin: 0 auto;
	position: relative;
}

.top a {
	color: #494949;
	/*font-size:28px;*/
}

.top a:hover {
	color: #FD464D;
}

.top .warmRed {
	color: #FD464D;
}

.topNav {
	width: 100%;
	height: 80px;
	position: fixed;
	visibility:visible;
	opacity:1;
	z-index: 1000;
	top: 0;
	left:0;
	background-color: #fafafa;
}
@media (max-width: 1199px){

.topNav {
	width: 100%;
	height: 80px;
	position: fixed;
	visibility:visible;
	opacity:1;
	z-index: 1000;
	top: 0;
	left:0;
	background-color:#fafafa;
}
.nav-ul{
	
}

}

.logo {
	width: 222px;
	height: 80px;
	display: block;
	float: left;
	margin-top:10px;
	background: url(../images/logo.png) repeat-x;
}

.myhsbutton {
	width: 100px;
	height: 30px;
	display: block;
	background: url(../images/myhs-button.png) repeat-x;
}

.myhsbutton:hover {
	background: url(../images/myhsbutton-hover.png) repeat-x;
}

.topNav ul {
	float: right;
	margin-top: 28px;
	right:0;
}

.topNav ul li {
	float: left;
	font-size: 18px;
}

.topContent ul{
	line-height: 45px;
	float: right;
	right:0;
}

.topNav .split {
	height: 16px;
	margin: 8px 16px 0;
	/*border-left: 2px solid #FD464D;*/
}

.topNav .split2 {
	height: 16px;
	margin: 2px 35px 0;
}

.sub-nav-fixed-show{
	position:fixed;
	width:100%;
	background:#fff;
	z-index:1000;
	opacity:1;
	visibility:visible;
	left:0;
	top:0px;
	background-color: #ffffff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}


.topNav a {
	padding: 5.5px 0;
	cursor: pointer;
}
