body {
	margin: 0px 0px 0px 0px;
	background-color: #c3ccd3;
	color: #000000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	color: #eaa027;
	text-decoration: underline;
}
a:hover {
	color: #eaa027;
	text-decoration: none;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}
.model {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
.whitetext {
	color: #FFFFFF;
}
.formfield {
	margin: 5px 0px 0px 0px;
	width: 235px;
}
.formfield2 {
	margin: 5px 0px 0px 0px;
	width: 470px;
}
.button {
	text-align: right;
	padding: 10px 25px 20px 0px;
}

/* Menu Style */
#Navigation {
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 20px;
}

	#Navigation a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#Navigation a:hover {
		color: #113151;
		text-decoration: none;
	}

	#Navigation ul {
	display:inline;
	list-style:url(none) none;
	margin: 0;
	position:static;
	padding: 0;
	}

		#Navigation ul li {
	float:left;
	list-style-position: outside;
	position: relative;
	text-align:center;
	background-color: #8898a8;
		}

			#Navigation li ul{
				display: none;	
				position: absolute;	
				top: 20px;
				left: 0; 
				font-weight: normal;
			}

			#Navigation li ul li{
				background-color: #8898a8;
				border-top: 1px solid #FFFFFF;
				padding: 5px 5px 5px 5px;
				text-align: left;
				z-index: 10;
			}
			

		#Navigation li:hover ul, #Navigation li.over ul{
			display: block;
		}
		

#home {
	width:51px;
	height: 12px;
	padding: 4px 0px 4px 0px;
}
#newcars {
	width:65px;
	height: 12px;
	padding: 4px 0px 4px 0px;
}
	#newcars ul li{
		font-weight: normal;
		width:120px;
	}
#usedcars {
	width:72px;
	height: 12px;
	padding: 4px 0px 4px 0px;
}
	#usedcars ul li{
		font-weight: normal;
		width:120px;
	}

#services {
	width:63px;
	height: 12px;
	padding: 4px 0px 4px 0px;
}
	#services ul li{
		font-weight: normal;
		width:120px;
	}
#aboutus {
	width:68px;
	height: 12px;
	padding: 4px 0px 4px 0px;
}
#contactus {
	width:73px;
	height: 12px;
	padding: 4px 0px 4px 0px;
}
	#contactus ul li{
		font-weight: normal;
		width:120px;
	}
#divider {
	background-image: url(images/divider.gif);
	height: 20px;
}
/* End Menu Style */