/* mainav CSS Document */

/* ------------------------------------------------------------

tennant.com
author : Dan Platt @ www.tennantco.com
updated: 10.21.07

this contains the menu definitions for the main navigation page

------------------------------------------------------------ */
#mainnav ul{
	margin:0;
	padding:8px 8px;
	list-style:none;
	float:left;
	}
	
#products,
#industries,
#service,
#resources,
#about,
#contact{
	position:absolute; 
	margin:0;
	padding:0;
	visibility:hidden;
	background-color:#fff;
	top:111px;		/*Old IE BROWSERS*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	top:113px;		/*Other BROWSERS*/
}

#products{
	z-index:2;
	width:190px;
	left:121px; 		
	}

#industries{
	z-index:3;
	width:180px;
	left:194px; 
	}

#service{
	z-index:4;
	width:180px;
	left:270px; 
	}

#resources{
	z-index:5;
	width:180px;
	left:330px; 
	}

#about{
	z-index:6;
	width:180px;
	left:410px; 
	}

#contact{
	z-index:7;
	width:180px;
	left:464px;
	}	

#products li,
#industries li,
#service li,
#resources li,
#about li,
#contact li{
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
	display:block;
	width:100%;
	height:100%;
	float:left; /*uncomment to fix IE5.2 mac and break IE5.5 pc*/
	}

#products li a,
#industries li a,
#service li a,
#resources li a,
#about li a,
#contact li a{
	margin:0;
	padding:0;	
	color:#97999C;
	text-decoration:none;
	}

#products li a:hover,
#industries li a:hover,
#service li a:hover,
#resources li a:hover,
#about li a:hover,
#contact li a:hover{
	color:#0084B4;
	text-decoration:underline;
	}
	
li.indent{
	text-indent:10px;
}