@charset "UTF-8";

/*nav {
	background: url("../img/bg_menu.png") no-repeat center top;
}*/
nav #menu ul {
	width: 260px;
	margin: 0 auto;
	/*background: #D2E0ED;*/
	text-align: center;
	padding: 30px 0 13px;
}

nav #menu li {
	height: 45px;
	margin: 0;
	background: url("../img/bg_nav_line.png") no-repeat center bottom;
}
/*nav #menu li:first-child {
	height: 38px;
	margin: 0;
}*/
nav #menu li:last-child {
	background: none;
}


nav #menu a {
	outline:none;
}


