/***********************************************************************************header-style**********************************************************************************/
.header-wraper {
	width:1002px;
	position: fixed;
	top: 0;
	z-index:999;
}
.header-content {
	width:1002px;
	/*height:414px;*/
	margin:0px auto;
}
.header-modules {
	background:#fff;
	position:relative;
	z-index:1;
}
.row-1 {
	margin-bottom:0px;
}
/* header with main menu */
.header-content-mainmenu {/*Becky Modify 0423*/
	width:1002px;
	background-color:#fff;
	/*background: url(../../_images/2013/header_bg.png) repeat-x;*/
}
.LogoMenuArea {/*Becky Modify 0423 New Class*/
	width:1002px;
	/*height:100px;*/
	/*background: url(../../_images/2013/header_bg.png?v=1) repeat-x;*/
	height:80px;/*Becky 2015/08/12 modify*/
	border-bottom:20px solid #599AD9;
	position:relative; /*Becky 2015/08/12 modify*/
}
.header-content-mainmenu .logo a{/*Becky 2015/08/12 modify*/
	/*float:left*/
	display:block;
	position:absolute;
	left:0;
	bottom:-21px;
	margin:0;
}

.toplinkdiv{/*Becky Modify 0423*/
	width:1002px;
	display:block;
}

.toplinkdiv .toplinks {/*Becky Modify 0423*/
	float:right;
	/*padding-right:20px;*/
	padding-right:0px;/*Becky 2015/08/12 modify*/
	clear: both;
	/*font-family: Arial, Helvetica, sans-serif;*/  /*Becky Modify 0328*/
	font-size: 12px;
	height:19px;
	/*margin-top:5px;
	margin-right:10px;*/
	margin-right:0px;/*Becky 2015/08/12 modify*/
}
.toplinkdiv .toplinks a:hover, .toplinkdiv .toplinks a.active, .toplinkdiv .toplinks a.selected {
	color:#90B4D4;
}
/*Becky 2015/08/12 New add*/
.toplinkdiv .toplinks li:last-child {
	padding:0 0 0 10px;
	background: none;
}
.toplinkdiv .toplinks li {
	float:left;
	/*Becky 2015/08/12 modify*/
	padding:10px;
	background: url(../../_images/2013/separator.png) right center no-repeat;
}
.toplinkdiv .toplinks li.first {
	width:160px;
	/*Becky 2015/08/12 modify*/
	padding:10px;
	text-align:right;
	overflow:hidden;
	font-weight:bold;
	color:#4B4B4B;
	line-height:19px; /*Becky Modify 0322*/
}
.toplinkdiv .toplinks li.first span a{
	color:#069;
	text-decoration:underline;
	font-weight:normal;
}
.toplinkdiv .toplinks li.first span a:hover{
	text-decoration:none;
}
.toplinkdiv .toplinks > li > span a{
	color:#90B4D4;/*Becky Modify 0328*/
	font-weight:bold;
	text-decoration:none;
}
.toplinkdiv .toplinks > li > span a:hover{
	text-decoration:underline;
}
.toplinkdiv .toplinks > li > a > span {
	padding: 0px;/*Becky Modify 0328*/
	line-height: 19px;
}
.toplinkdiv .toplinks > li > a:hover > span {
	/*background: url(../../_images/2013/links-bullet.png) left 5px no-repeat;*/ /*Becky Modify 0322*/
	padding: 0px; /*Becky Modify 0328*/
	line-height: 19px;
}
.toplinkdiv .toplinks > li > a.selected:hover {/* Becky Modify 0325*/
	/*color:#F90;*/
	color:#FF0;/* Becky 2015/08/12 modify*/
}
/* Becky 2015/08/12 modify*/
.toplinkdiv .toplinks > li > a.selected {
	/*background: url(../../_images/2013/links-bullet.png) left 5px no-repeat;*/
	padding: 10px 10px 5px 10px;
	line-height: 19px;
	color:#fff;
	position:relative;
	background-color:#64a3e0;
}

.toplinkdiv .toplinks > li > a.selected .sitemaparrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 2px;
	left:26px;
}
.toplinkdiv .toplinks > li > a.selected:hover .sitemaparrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ff0;
	font-size: 0;
	line-height: 0;
}

/*Becky 2015/08/12 modify*/
/*.toplinkdiv .toplinks li.last {
	background:none;
	padding-right:0;
}*/
.toplinkdiv .toplinks a {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	color:#868692;
	text-decoration: none;
	font-size:12px;
	line-height:19px; /*Becky Modify 0322*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.toplinkdiv .toplinks a + a {
	margin-left: 8px;
}

.content-wraper {margin-top:241px;}