a {
	text-decoration: none
}

a:focus {
	outline: 0
}

#page-wrap {
	margin-left: 155px;
}

h1 {
	font: bold 40px Sans-Serif;
	margin: 0 0 20px 0
}

/* Specific to example one */
#example-one {
	background-color: #fff;
	width: 800px;
}

#example-one .nav {
	overflow: hidden;
}

#example-one .nav li {
	width: 400px;
	float: left;
	height: 60px
}

#example-one .nav li.last {
	margin-right: 0
}

#example-one .nav li a {
	display: block;
	background: rgba(207, 207, 207, 1);
	color: white;
	text-align: center;
	height: 60px;
	padding-top: 17px;
	font-size: 20px;
	font-family: Microsoft YaHei;
}

#example-one ul {
	list-style: none;
	padding-bottom: 30px;
}
#example-one ul#featured, #example-one ul#core {
    padding: 0 5% 4% 5%;
}
.list-wrap{padding: 0 10% 4% 10%;}
#example-one ul li a {
	display: block;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
	padding: 15px 10px;
	color: #010101;
    font-family: Microsoft YaHei;
	font-size: 14px;
}

#example-one ul li.nav-one a.current,#example-one ul li.nav-two a.current{
	border-top: 4px solid #093876;
	background-color: #fff;
	color: rgba(9, 56, 118, 1)
}
 #example-one ul#featured li a:hover
	{
	background-color: #fff;
	color: rgba(9, 56, 118, 1)
}
#example-one ul#core li a:hover {
	background-color: #fff;
	color: rgba(9, 56, 118, 1);
}