

#subnav {
	margin: 1em 0;
	padding: 0;
	border-top: 1px dashed #555;
	min-height: 1px;
	font-size: .875em;
	position: relative;
	}
	
	#subnav li {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		min-height: 1px;
		border-bottom: 1px dashed #555;
		}
		
	#subnav li a {
		color: #fff;
		display: block;
		margin: -2px -5px;
		min-height: 1px;
		padding: 10px 5px;
		}
		
	#subnav li a strong {
		font-weight: normal;
		}
	
	#subnav li.over a.root {
		background: #444;	
		-moz-border-radius: 3px;
		-moz-box-shadow: 0 1px 0 rgba(0,0,0,.3);	
		}			
				
/*
Drop downs
*/

#subnav div{
	display: none;
	}
	
/*
Reset
*/
#subnav ul,
#subnav ul a,
#subnav ul li{
 	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
	left: auto;
	top: auto;
	min-height: 1px;
	}
	
/*
First level dropdown
*/	
	
#subnav .level-1,
#subnav .level-n{
	position: absolute;
	top: -5px;
	left: 155px;
	width: 216px;
	min-height: 1px;
	
	}
	
	#subnav .level-1 ul,
	#subnav .level-n ul{
		position: relative;
		min-height: 1px;	
		padding: 10px 10px 0 20px;
		min-height: 40px;
		background: url(subnav.level-1.png) no-repeat 0 0;
		z-index: 1;
	}

	#subnav .level-1 .footer {
		position: absolute;
		bottom: -30px;
		left: 0;	
		height: 30px;
		width: 216px;
		background: url(subnav.level-1.png) no-repeat 0 bottom;		
		display: block;
		min-height: 1px;
		z-index: 0;
		}
	
/*
Sub menu items
*/	
	#subnav ul {}
	
	#subnav ul li {
		display: block;
		width: auto;
		min-height: 1px;
		border-color: #89ab37;
	}
	
	#subnav ul a {
		display: block;
		width: auto;
		padding: 7px 10px;
		margin: -1px 0;
		min-height: 1px;
		font-size: .875em;
		color: #fff;		
		-moz-border-radius: 3px;
		text-shadow: 0 1px 0 rgba(0,0,0,.3);
		}
		
	#subnav ul a.over {
		background: #526123;

		-moz-box-shadow: 0 1px 0 rgba(0,0,0,.3);			
		}		
