.blank		{font-size: 1pt}
.style_list {
	list-style-type: disc;
	list-style-image: url("images/bullet1.gif");
}
a:link		{text-decoration:none}
a:visited	{text-decoration:none}
a:hover		{text-decoration:underline}
body {font-family: arial;}

/******************************************/
#nav {
	position: relative;
	width: 165px;
	float: none;
	font-family: verdana;
	margin-top: 15px;
	text-align: left;
	/*text-indent: 10px;*/
}
#nav UL {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
}
#nav LI{
	background: url('images/navButton.png') top no-repeat;
	display: block;
	height: 27px;
	width: 163px;
	margin-bottom: 0px;
}
#nav LI A{
	background: url('images/navButton.png') top no-repeat;
	display: block;
	text-align: center;
	height: 27px;
	line-height: 27px;
	width: 163px;
	margin-bottom: 0px;
}
#home #nav li.home a,
#fastr #nav li.fastr a,
#stopf #nav li.stopf a,
#expert #nav li.expert a,
#realtor #nav li.realtor a,
#buy #nav li.buy a,
#avhomes #nav li.avhomes a,
#lender #nav li.lender a,
#investor #nav li.investor a,
#wholesale #nav li.wholesale a,
#app #nav li.app a,
#cash #nav li.cash a,
#testimonials #nav li.testimonials a,
#downloads #nav li.downloads a,
#about #nav li.about a,
#contact #nav li.contact a {
	background-position: 0 -27px;
}
#nav A:link {
	height: 27px;
	width: 163px;
	color: #fff;
	text-decoration: none;
}
#nav A:visited {
	height: 27px;
	width: 163px;
	color: #fff;
	text-decoration: none;
}
#nav LI A:hover {
	background-position: 0 -27px;
	height: 27px;
	width: 163px;
	color: #fff;
	text-decoration: none;
}
#nav A:active {
	height: 27px;
	width: 163px;
	color: #fff;
	text-decoration: none;
}
/******************************************/