@charset "UTF-8";
/* CSS Document */

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
			#nav a{
	text-decoration: none;
	padding: 0 0 5px;
	border-bottom: 2px solid #FFFFF5;
	color: #999;
	margin-right:20px;
}
}