#nav {
	margin: 0 0 0 12px;
	padding: 0;
	width: 770px;
	height: 39px;
	
}

#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 124px;
	height: 39px
	/*padding: 8px 20px*/
}

#nav a:hover {
	color: #fff;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li.home {
	background: url(/images/nav-buttons-orange/home.gif)
}

#nav li.view-listings {
	background: url(/images/nav-buttons-orange/view-listings.gif)
}

#nav li.add-listing {
	background: url(/images/nav-buttons-orange/add-listing.gif)
}

#nav li.city-information {
	background: url(/images/nav-buttons-orange/city-information.gif)
}

#nav li.other-cities {
	background: url(/images/nav-buttons-orange/other-cities.gif)
}

#nav li.about-us {
	background: url(/images/nav-buttons-orange/about-us.gif)
}

#nav li:hover, #nav li.sfhover, body.home #nav li.home, body.view-listings #nav li.view-listings, body.add-listing #nav li.add-listing, body.city-information #nav li.city-information, body.other-cities #nav li.other-cities, body.about-us #nav li.about-us {
	background-position: 0 -39px
}

#nav li span {
	display: none
}

#nav li ul {
	border: 1px solid #000;
	border-width: 0 1px 1px 1px;
	position: absolute;
	left: -999em;
	top: 191px;
	height: auto;
	width: 124px;
	background-color: #3d7a9b;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-image: none
}

#nav li li {
	width: 100%;
	height: 100%
}

#nav li ul a {
	border: solid #71b3cf;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	width: 124px;
	padding: 5px 0;
	height: 100%;
	line-height: 20px;
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background-image: none;
	voice-family: "\"}\""; voice-family:inherit;
	width: 124px
}

#nav li ul a:hover {
	background-color: #71b3cf;
	background-image: none
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li li:hover, #nav li li li.sfhover, #nav li li.sfhover, #nav li li li.sfhover{
	background-color: #71b3cf;
	background-image: none
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 98px;
	font-size: 12px;
	text-align: center;
	clear:both;
	background: url(../images/images-layout/footer-orange.gif) bottom left no-repeat;
}