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

#nav-trailer{
	display: block;
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	margin-left:-300px;
	margin-top:250px;
	-webkit-font-smoothing: antialiased;

}
#nav-trailer li {
	display: block;
	float:left;
	width:33%;
}
#nav-trailer li a{
	position:relative;
	top:0;
	left:0;
	right:0;
	display: block;
	color:#fff;
	background:#000;
	line-height: 1;
	padding:10px 0;
	text-align: center;
	margin:0 5px;
	height:auto;
	font-size:14px;
	letter-spacing: 0.1em;
	text-decoration: none;
	border-radius:3px;
		 -o-transition: all 0.2s ease 0;
	    -ms-transition: all 0.2s ease 0;
	   -moz-transition: all 0.2s ease 0;
	-webkit-transition: all 0.2s ease 0;
}
#nav-trailer li.cur a{
	background:#7b7771;
	cursor:default;
}
#nav-trailer li a:hover{
	background:#7b7771;
}