/*
	file name:	mvavwrap.css
	author:	Eric McClafferty
	date:	8/19/2025
*/
#mnavwrap  {float: left; max-width: 100%; background-color: #505050; margin: 10px 0 30px 25px;}
#mnavwrap ul  {float: left; width: 960px;}
#mnavwrap ul li	{list-style-type: none; width: 48%; padding: 1px 1% 0 1%; height: 35px;
			float: left; text-align: center; outline: 1px solid #888;}
#mnavwrap ul li a  {text-decoration: none; color: #ccc; font-size: 1.1em;
				line-height: 2em; }
#mnavwrap li a:hover    {color:#eee; background-color: #333;}
#mnavwrap li.ur_here a {color: #999; background-color: #505050;}
#mnavwrap li.ur_here a:hover  {color: #999 background-color: #505050;}

