#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: 30px;
	margin-top: 30px;
	}

#navbar {
	width: 240px;
	margin: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
#navbar .selected {
	background-image: url(rent/navbar1.jpg);
	background-repeat: no-repeat;
	width: 200px;
	padding: 5px 0px 20px 10px;
	font-family: Verdana;
	font-size: 12px;
}


#navbar li a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
#navbar .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#navbar li a:link, #navbar li a:visited {
	display: block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(rent/navbar.jpg);
	background-repeat: no-repeat;
	}

#navbar li a:hover {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(rent/navbar1.jpg);
	background-repeat: no-repeat;
	}
