
		
	/*/////   MENU	 ////////////////*/		

#wrapper #menu span{
	display:inline;
	font-size:12px;
}
	#wrapper #masthead #menu ul {
		margin:0;
		padding:0;
		list-style: none;
	}

	#wrapper #masthead #menu li {
		float: left;
		border-left:1px solid #447742;
		border-right:1px solid #4B8748;
		text-align:center;
		
	}
	#wrapper #masthead #menu a {
		display: block;
		height: 22px;
		padding-top:8px;
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#wrapper #masthead #menu a:link, #menu a:visited  {
		background: url(img/bkgd_menu_u.gif) repeat-x left top;
	}
	
	#wrapper #masthead #menu a:hover  {
		background: url(img/bkgd_menu_o.gif) repeat-x left top;
	}
	
	#wrapper #masthead #menu a.current {
		background: url(img/bkgd_menu_d.gif) repeat-x left top;
	}
	
	
	#wrapper #masthead #menu a#menu_home {
		width:105px;
	}
	#wrapper #masthead #menu a#menu_crime {
		width:150px;
	}
	
	#wrapper #masthead #menu a#menu_imaps {
		width:168px;
	}
	
	#wrapper #masthead #menu a#menu_capimprove {
		width:178px;
	}
	
	#wrapper #masthead #menu a#menu_maplib {
		width:128px;
	}
	
	#wrapper #masthead #menu a#menu_addr_search {
		width:146px;
	}

