@charset "utf-8";
/* CSS Document */
nav {
	padding-top: 0px;
	height: 35px;
}

nav ul {
	background: url(../images/main-button-back.png);
	list-style: none;
	font-weight: bold;
	width: 1030px;
	float: left;
}

nav li {
	float: left;
}

nav ul a {
	display: block;
	background: url(../images/main-button-tile.png) no-repeat;
	background-size: 112px 32px;
	width: 84px;
	padding: 10px;
	padding-left: 18px;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	margin: 0px 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

nav ul a:hover {
	color: #CCC;
}

.lastli { 
	width: 105px; 
}