@charset="utf-8";

.nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-shadow: -2px 2px 10px #ffc, 2px -2px 10px #fff;
	-webkit-transition: text-shadow 100ms linear 0s;
	-moz-transition: text-shadow 100ms linear 0s;
	-o-transition: text-shadow 100ms linear 0s;
	transition: text-shadow 100ms linear 0s;
}
.nav {
	margin-left: 220px;
	padding-top: 60px;

}
.nav_header {
	background-image: url(../images/banner.jpg);
	height: 117px;
}


.nav a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #010080;
	display: block;
	margin: 15px 10px;
	padding:4px;
}
.nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
	font-size: 1.2em;
	width: 110px;
	float: left;
}
