.snav {
    height: 60px;
    background: #FFF;
}

.snav .snav_menu ul {
    white-space: nowrap;
    font-weight: bolder; 
    margin-left:305px;
}

.snav .snav_menu ul li {
    height: 60px;
    line-height: 60px;
    width:100px;
    text-align: center;
    margin-left:2px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    overflow:hidden;
    float:left;
    position: relative;
}
.snav .snav_menu ul li a {
    color: #d1d1d1;
}
.snav .snav_menu ul li a.checked {
    color: #ffe000;
}


.snav .snav_menu ul li a:hover { 
	color: #808080; 
	text-decoration: none;
}

.snav a.checked:after {
	content:"";
	position: absolute;
	bottom:0px;
	height:3px;
	left:20px;
	right:20px;
	border-bottom: 3px solid #ffe000;
}
