#subnav {
	position: relative;
	z-index: 1000;
	text-align: left;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	
	font-size: .75em;
	}
	
#subnav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
#subnav li {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
	background: none;
	list-style: none;
	}
	
	* html #subnav li {	height: 1px;}
	
#subnav a {
	position: relative;
	display: block;
	min-height: 20px;
	padding: 5px 10px;
	margin: 0 5px;
	
	line-height: 20px;

	color: #52504c;
	}

#subnav a strong {
	font-weight: normal;
	}
	
#subnav a:hover {
	background: #e7e7e5;
	
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 0 #ccc;	
	}
	
#subnav ul {
	display: none;
	}