/* remove the list style */
.top_menu {padding-top:16px; text-align:right; font-size:12px; height:22px;}
.top_menu a { text-decoration:none; padding-left:15px; padding-right:15px; border-right:1px solid #666; display:block; float:right; line-height:12px;  display:inline-block;}
.top_menu a:hover { border-bottom:#8ec63f 3px solid;}

#toggle-responsive {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 2%;
	padding: 0px;
	width: 23px;
	height: 21px;
	border: 0;
	background-color: transparent;
	background-image: url(/images/toggle_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}