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

#navigation {
	float:left;
	width:98%;
	padding:0 1%;
}
#navs_top_level {
	float:right;
	width:100%;
}
#navs_top_level span {
	float:right;
	padding:7px 0px;
}
#navs_top_level span a {
	padding:5px 10px;
	line-height:16px;
	font-size:16px;
	color:#666;
}
