/* Main Menu Styles */
#nav {
	margin-top: 10px;
	margin-right: 10px;
	list-style: none;
	background:#fff url(../images/nav_back.gif) repeat-y;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 190px;
	position: absolute;
	top: 160px; }
#nav ul.level1 { 
	position: relative;
	top: 0; 
	list-style: none; } 
#nav ul.level1 a {
	width: 157px; }
#nav ul.level2 a, ul.level3 a {
	width: auto; }
#nav li a {
	display: block;
	line-height: 1.4em;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	margin: 0 10px 0 13px;
	padding: 5px 5px; }
#nav li a:hover {
	color: #000;
	background-color:#eee; }
#nav li.submenu a { 
	display: block; }
ul#showroom {
	position: absolute;
	top: 10.1em;
	left: 178px; }
ul#restoration {
	position: absolute;
	top: 12.7em;
	left: 178px; }
ul#media_blasting {
	position: absolute;
	top: 15.3em;
	left: 178px; }
ul#projects {	
	position: absolute;
	top: 2.4em;
	left: 11.8em; }
#nav ul.level2 {
	font-size: .85em;
	list-style: none;
	width: 12.5em;
	border: 1px solid #999999;
	background-color: #fff;
	color: #999999;
	/*padding: 0 4px;*/
	z-index: 20; }
#nav ul ul.level3 {
	list-style: none;
	width: 102%;
	/*padding: 0 4px;*/
	border: 1px solid #999999;
	background-color: #fff;
	color: #999999;
	z-index:21; }
#nav ul.level2 li {
	padding-top: 0px; padding-bottom: 1px; }
#nav ul.level2 a {
	color: #777;
	font-weight: normal;
	margin: 0; }
#nav ul.level2 a:hover {
	color: #555; }
#nav ul ul { 
	display: none; }
#nav ul ul ul { 
	display: none; }
#nav ul.level1 li.submenu:hover  ul.level2  {
	display: block;	}	
#nav ul.level2 li.submenu:hover  ul.level3  {
	display: block;	}

#nav_top {
	width: 200px;
	height: 18px;
	background-image: url(../images/nav_top.png);
	background-repeat: no-repeat; }
#nav_bottom {
	width: 200px;
	height: 18px;
	background: url(../images/nav_bottom.png) no-repeat; }

