#settings .list-wrap { background: #eee; padding: 10px; margin: 0 0 15px 0; }

#settings .nav { overflow: hidden; }
#settings .nav li { width: 120px; float: left; margin: 0 10px 0 0; }
#settings .nav li.last { margin-right: 0; }
#settings .nav li a { 
	white-space: nowrap;
	display: block; 
	padding: 5px; 
	background: #999; 
	color: white; 
	text-align: center; 
	border: 0; 
	font-size: 14px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;

	border-top-left-radius:5px; 
	border-top-right-radius:5px; 
	-moz-border-top-left-radius:5px; 
	-moz-border-top-right-radius:5px; 
	-ms-border-top-left-radius:5px; 
	-ms-border-top-right-radius:5px; 
	-o-border-top-left-radius:5px; 
	-o-border-top-right-radius:5px; 
	-webkit-border-top-left-radius:5px; 
	-webkit-border-top-right-radius:5px; 
}

#settings li a.current,#settings li a.current:hover { 
	white-space: nowrap;
	background-color: #eeeeee !important; 
	color: black; 
	font-size: 14px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
#settings .nav li a:hover, #settings .nav li a:focus { background: #666;}
