/* @override http://www.ahehomeelevators.com/styles/navigation.css */

/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/	
#drops, #drops ul {
	padding:0;
	margin: 0 0 0 10px;
	clear:both;
	float:left;
	width:inherit;
	}
	
#drops ul.drop {
	background: #42230e;
	padding:10px;
	width:inherit;
	clear:both;
	float:left;
	-moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    /* for IE */
  filter:alpha(opacity=92) !important;
  /* CSS3 standard */
  opacity:0.92 !important;
	top: 164px;
}




#drops ul.drop li {
    width:inherit;
	clear:both;


}
	
#drops ul.drop a {
	
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	background-color: #42230e;
		padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 3px;
}
	
#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:140px;
}

#drops ul.drop a:hover {
	color: #d59d1e;
}

#drops li {
	float: left;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}

.drop_break {
	height: 1px;
	width: 140px;
	background-color: #806858;
	margin-bottom: 5px;
}

/*END SUCKERFISH*/



#nav {
	float:left;
	width:870px;
	height:32px; 
	padding:0; 
	list-style:none;
	z-index: 70000;
	margin-left: 10px;
}	

/*SPRITE BACKGROUP POSITIONING*/	
#nav a.home, #nav a.product_line, #nav a.learning_center, #nav a.why_ahe, #nav a.architects_designers, #nav a.about_us, #nav a.contact_us {
	float:left;
	background:url(../images/navigation/navigation_sprite.png) no-repeat;
	height:41px;
	text-indent:-999999px;
	}
	
#nav a.home {	
	background-position:left top;
	width:87px;
	}
	
#nav a.product_line {	
	background-position:-87px 0;
	width:124px;
	}

#nav a.learning_center {	
	background-position:-211px 0;
	width:138px;
	}

#nav a.why_ahe {	
	background-position:-349px 0;
	width:107px;
	}		

#nav a.architects_designers {	
	background-position:-456px 0;
	width:179px;
	}	
	
#nav a.about_us {	
	background-position:-635px 0;
	width:103px;
	}	
	
#nav a.contact_us {	
	background-position:-738px 0;
	width:113px;
	}	

#nav a.home:hover {	
	background-position:left -41px;
	}
	
#nav a.product_line:hover {	
	background-position:-87px -41px;
	}

#nav a.learning_center:hover {	
	background-position:-211px -41px;
	}

#nav a.why_ahe:hover{	
	background-position:-349px -41px;
	}	
	
#nav a.architects_designers:hover{	
	background-position:-456px -41px;
	}		
	
#nav a.about_us:hover {	
	background-position:-635px -41px;
	}
	
#nav a.contact_us:hover {	
	background-position:-738px -41px;
	}

/* Active States */	
	
.current-home #drops a.home {	
	background-position:-1px -82px;
	cursor: pointer;
	}


.current-product_line #drops a.product_line {	
	background-position:-87px -82px;
	cursor: pointer;
	}
	
.current-learning_center #drops a.learning_center {	
	background-position:-211px -82px;
	cursor: pointer;
	}
	
.current-why_ahe #drops a.why_ahe {	
	background-position:-349px -82px;
	cursor: pointer;
	}
	
.current-architects_designers #drops a.architects_designers {	
	background-position:-456px -82px;
	cursor: pointer;
	}
	
.current-about_us #drops a.about_us {	
	background-position:-635px -82px;
	cursor: pointer;
	}
	
.current-contact_us #drops a.contact_us {	
	background-position:-738px -82px;
	cursor: pointer;
	}


/*END NAVIGATION*/

