/************************/
#nav {
	position: absolute;
	height: 178px;
	width: 147px;
	left: 487px;
	top: 149px;
	background-image: url(../images/nav.png);
}
#nav ul, #nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/************************/
li#m_home, li#m_about, li#m_inspection, li#m_buySell, li#m_realtors {
	position: absolute;
	left: 0px;
	height: 34px;
	width: 147px;
}
li#m_home {top: 0px;}
li#m_about {top: 36px;}
li#m_inspection {top: 72px;}
li#m_buySell {top: 108px;}
li#m_realtors {top: 144px;}
/************************/
#nav a {
	display: block;
	position: absolute;
	height: 34px;
	width: 147px;
	left: 0px;
	top: 0px;
	text-indent: -999pt;
}
#nav a:hover {
	background-image: url(../images/nav.png);
}
#m_home a:hover {background-position: -147px 0px;}
#m_about a:hover {background-position: -147px -36px}
#m_inspection a:hover {background-position: -147px -72px}
#m_buySell a:hover {background-position: -147px -108px}
#m_realtors a:hover {background-position: -147px -144px}
/************************/
#nav ul ul {
	position: absolute;
	left: -484px;
	top: 189px;
}
#m_home ul {margin-top: 0px; display: none;}
#m_about ul {margin-top: -36px; display: none;}
#m_inspection ul {margin-top: -72px; display: none;}
#m_buySell ul {margin-top: -108px; display: none;}
#m_realtors ul {margin-top: -144px; display: none;}
/************************/
#nav ul ul a {
	background-image: none;
	display: block;
	font-family: "Century Gothic", AvantGarde, Tahoma, Verdana, sans-serif;
	color: #CCCCCC;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #43403A;
	margin-bottom: 15px;
	display: block;
	height: 15px;
	width: 136px;
	text-indent: 0pt;
	position: relative;
}
#nav ul ul a:hover {
	background-image: none;
	color: #FFFFFF;
	border-bottom-color: #777;
}
/************************/
#nav ul ul ul {
	display: none;
}
