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

#top-nav {
	background:transparent url(../img/topnav-bg.png) repeat-x scroll 0 0;
	position:fixed;
	left:0;
	top:0;
	height:43px;
	width:100%;
	z-index:100;
}
	#top-nav .tube {
		width:920px;
		margin:0 auto;
	}
	
ul#nav_perm {
	margin:0;
	padding:0;
	list-style-type:none;
	width:510px;
	float:right;
}
ul#nav_perm li {
	float:left;
	height:43px;
	cursor:pointer;
}
ul#nav_perm li a {
	display:block;
	cursor:pointer;
	font-size:13px;
	padding:10px 10px;
	color:#666;
}
ul#nav_perm li a:hover {
	color:#CCC;
}