#nav ul { 	
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	}

#nav ul a {
	display: block;
	width: 189px;
	height: 28px;
	line-height: 28px;
	color: #fc0;
	text-decoration: none;
	background: #4B6E4D url(../images/navdn.jpg) no-repeat left bottom;
	text-indent: 25px;
	}
	
#nav ul a:hover, .selected a {
	background-position: right bottom;
	color: #030;
	}
	
	
#nav li.first a {
	height: 29px;
	line-height: 29px;
	}
	
#nav li {
	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
	}

#address {
  background-repeat: no-repeat;
  position:relative;
}
	

	

