.locationLine {
	font-size:13px;
	text-align: center;
	color:rgba(247, 255, 100, 0.8);
	margin-top:10px;
	white-space: nowrap;
	user-select: none;
}


.navlist {
	list-style: none;
}


.navlist li {
	display:inline-block;
	margin-left:0;
	margin:0px;
}


.secondLevel-nav-container {
	width:820px;
	max-width:820px;
	min-width:820px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:18px;
/*  height:190px; */
    overflow:hidden;
    margin-bottom:10px;
}

.secondLevel-nav a {
	display:inline;
    font-size:14px;
    line-height:18px;
    margin:0;
    background-image:url(../images/interface/gold_bullet.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size:10px 10px;
    padding-left:16px;
    padding-right:8px;
    margin-right:0px;
    margin-left:0px;
}

div.secondLevel-nav a:hover {
	color:white;
}

div.secondLevel-nav {
	float:right;
	display:inline-block;
	text-align: center;
	width:580px;
    vertical-align: top;
    box-sizing:border-box;
}