#wrap {
    border:0px solid black;
    width:636px;
}
	
#menu {
    
    border-bottom:1px solid #999d9e;  /* small stripe on bottom of strip */
    padding:0px 0px;
    width:800px;
	height:36px;
	background:url(../images/backgroundNav.jpg) top center repeat-x;
	align:center;
}
	
#menu a { 	

	text-align:center;
	font:11px/37px verdana, sans-serif;
	/*position:relative;*/
	height:36px;
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
	padding: 10px 15px 10px 15px;	
	margin: 8px -1px 8px 0;
	border-right:1px solid #808080;

}
	
#menu a.hover { 				      /*#fc820b color on rollover */
    background-color:#000000;
	height:36px;
}
	
#menu span {
    display:none;
}
	
#img {
    vertical-align:bottom;
}

#subnav {
    font-size:10px;
    margin-bottom:2em;
	
}
	
#subnav a {   
    color:#333333;
	margin-right:1em;
	cursor:pointer;
	
}
	
	
#subnav span {
    /*color: #ffffff;*/
    margin-right:1em;
}
