/* CSS Document */

#nav {
    width:540px;
	float:left;
	margin-left:495px;
	margin-top:-10px;
  /*  overflow: hidden;
	margin:-31px 0 0 200px;*/
}
#nav ul {
    float: left;
    height: 75px;
	font-size:19px;
	font-family:'oswald-light';
    list-style-type: none;
    box-shadow: 0 250px 150px rgba(0,0,0,.2);
    margin: 0;
    padding: 0;
}
#nav ul li {
    float: left;
    height: 55px;
}
#nav ul li a {
    font-family:'oswald-light';
 /*   display: block;*/
	float:left;
    height: 75px;
	/*line-height:50px;*/
/*    background-color: #147c00;
*/    color: #3c3c3c;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	margin:0 23px 0 23px;
}
#nav ul li a {/* width: 160px */}
#nav ul li:first-child a {


}
#nav ul li:last-child a {

}
#nav ul li a:hover {
/*    background-color: #188a00;*/
    text-shadow: 0 1px 3px #143157;
}
#nav ul li a:active,
#nav ul li a.active {

    height: 55px;
    padding-top: 2px;

}
#nav ul li a span {
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#nav ul li:last-child a span { border-right: none }
