/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.menucontainer {display: none;}

#tngnav a {
	background: #d0bc91;
	color: #39692A;
	font-weight: 600;
}

#tngnav a:hover,
#tngnav a.here {
	background: #39692A;
	color: #ffffff;
}