@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
.nav {
	height: 25px;
	width: 800px;
	position: absolute;
	top: 100px;
	background-color: #40803C;
}
.nav_secondary_container {
	position: absolute;
	height: 260px;
	width: 112px;
	left: 0px;
	top: 232px;
	background-image: url(../_images/_nav/nav_secondary_bkg.png);
	background-repeat: no-repeat;
}
