#submenu {
	background-color: #d8d4be;
	height: 55px;
}

/*** Core CSS, do not modify ***/
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
}
.qmmc {
	position:relative;
	z-index: 100 ! important;
}
.qmmc a {
	float:left;
	display:block;
	white-space:nowrap;
	outline: none;
}
.qmmc div {
	visibility: hidden;
	position: absolute;
	left: 0px ! important;
	
	padding: 10px;
	z-index: 100 ! important;
}

/*** Customized styles ***/

/* (MAIN) Container */
#qm0 {
	background-color: #b2aa7d;
}

/* (MAIN) Items */
#qm0 a {
	text-decoration:none;
	color: white;
	font-weight: bold;
	margin-left: -1px;
}
#qm0 a#menu_floorplan {
	margin-left: 0px;
}

#qm0 a img {
	visibility: visible;
}

/* (MAIN) Hover State */
#qm0 a#menu_free_info {
	background-image: url('/2007/images/menu/menu_free_info_on.gif');
}
#qm0 a.qmactive img {
	visibility: hidden;
}
#qm0 a#menu_floorplan {
	background-image: url('/2007/images/menu/menu_floorplan_on.gif');
}
#qm0 a#menu_lhc {
	background-image: url('/2007/images/menu/menu_lhc_on.gif');
}
#qm0 a#menu_marketplace {
	background-image: url('/2007/images/menu/menu_marketplace_on.gif');
}
#qm0 a#menu_sae {
	background-image: url('/2007/images/menu/menu_sae_on.gif');
}
#qm0 a#menu_community {
	background-image: url('/2007/images/menu/menu_101_on.gif');
}
#qm0 a:hover img {
	visibility: hidden;
}

/* (MAIN) Active State	
#qm0 .qmactive {
	/* Note: Add '!important' after each style * /
}
*/	

/* (MAIN) Parent Items
#qm0 .qmparent {
	background-image:url(images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:95%;
}
*/

/* [SUB] Containers */
#qm0 div {
	padding: 0px;
	width: 950px;
}

/* [SUB] Hover State
#qm0 div a:hover {}
*/

/* [SUB] Active State
#qm0 div .qmactive {}
*/

/* [SUB] Parent Items */
#qm0 div .qmparent {
}


/* [SUB] Items */
#qm0 div a {
	color: #800324;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 10px;
	margin: 10px 0px;
	border-right: 1px solid #800324;
}
#qm0 div a.last {
	border-right: 0px;
}
#qm0 div a:hover {
	text-decoration: none;
}

.lhheader {
	color: black;
	font: 26px Verdana, sans-serif;
	font-weight: bold;
}

.lhsubheader {
	color: black;
	font: 16px Verdana, sans-serif;
	font-style: roman;
}

.lhbyline {
	color: #00529b;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
}

.lhbylinegreen {
	color: #006600;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
}

.lhintro {
	color: black;
	font: 12px Verdana, sans-serif;
	font-style: italic;
}

.lhbreaker {
	color: black;
	font: 16px Times, sans-serif;
	font-weight: bold;
}

.lhbreakerintro {
	color: #00529b;
	font: 14px Veradana, sans-serif;
	font-weight: bold;
}

.lhbreakerintrogreen {
	color: #006600;
	font: 14px Veradana, sans-serif;
	font-weight: bold;
}

.lhbody img {
	display: block;
	margin: 0px auto;
}

.lhbody {
	color: black;
	font: 12px Verdana, sans-serif;
	font-style: roman;
	text-align: left;
}

.lhabstractheader {
	color: black;
	font: 14px Verdana, sans-serif;
	font-weight: bold;
}

.lhabstractbody {
	color: black;
	font: 12px Verdana, sans-serif;
	font-style: roman;
}

