/* ******************************************************** menu stuff **************** */
/* hover color effects done with javascript 'cuase IE Win is really that bad
/* there's going to be so much code at this point efficiency is a lost cause anyway */

#menu {						border-bottom: 2px solid #4a72ab;
							padding-top: 10px;
							font-family: Verdana, Helvetica, Sans-serif;
							font-size: 12px;
							text-indent: 5px;
							}
							
#menu a {					color: #000000;
							}
							
div.banners {
 display: none;
}

div.menuitem {				display: none;
							}
						
						
div.menuitem a {			display: none;
							}
							
div.topNav {			    display: none;
							}
div.expando {				display: none;
							}	
							
#whatIsAttic {				height: 32px;
							}		
	

div.last {					border-bottom: 0px;
							}
							
							
div.expando a {				display: block;
							color: #000000;
							text-decoration: none;
							padding-left: 12px;
							text-indent: 0px;
							font-size: 11px;
							padding-top: 3px;
							padding-bottom: 3px;
							position: relative;
							z-index: 5;
							}
							
						
				
div.expanded {				background-color: #4a72ab;
						}
						
#menu div.expanded a {		color: #e0e9F6;
							display; block;
							}
						
div.submenu {			display: none;
							}	
							
div.submenu a {				display: none;							
							}
							
div.submenu div {			display: none;
							}
						
div.submenu div.submenu {	display: none;
							}	
							
div.submenu div.submenu div {
							display: none;
														}
							
.iamhere {					background-color: #e0e9F6
							}							
							
							

							
/* manually position all sub-sub menus but the first.  ick */							

#powerVentSub {				display: none;
							}
							
#staticVentSub {			display: none;
							}


/* ********************************************************************
				roll boxes (for whyVent/types - must be
				linked for NS4 to ignore the display: hidden's
******************************************************************** */	

.rollbox	{				padding-left: 0px;
							left: 0px;						
							}

div.rollbox p	{	
	padding-right: 0px;
	}

/* ********************************************************************
				content things that browsers can't handle the same
******************************************************************** */	

#content ul	{				padding-left: 156px;
							}	
							
#sidenav {					display: none;
							}