.container {
    height:40px;
    margin:0px auto;
    width: 966px;
	background-color:#135800;

}

#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	z-index:99;
	
}
#nav {
    clear: both;
    font-size: 20px;
    height:35px;
    padding: 0 0 0 9px;
    position: relative;
    width: 966px;
}
#nav ul {
    background-color: #135800;
    border:1px solid #0e3f00;
    border-radius: 0 5px 5px 5px;
    border-width: 0 1px 1px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}
#nav li {
    float: left;
    position: relative;
	margin-right:20px;
	margin-top:2px;
}
#nav li a {
    color: #fff;
    display: block;
    float: left;
    font-weight: normal;
	font-size:17px;
    height: 32px;
    padding: 9px 13px 0;
    position: relative;
    text-decoration: none;
}
#nav li:hover > a {
    color: #83d86c;
	height:32px;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
    outline: 0 none;
}
#nav li:hover ul.subs {
    left: 0;
    top:41px;
    width: 230px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#nav ul li {
    background: none;
    width: 100%;
}
#nav ul li a {
    float: none;
}
#nav ul li:hover > a {
    background-color: #121212;
    color: #83d86c;
}
