/* 2009 LaconiaHarley.com NL Signup Box */

.LhdSignupListMenu {
	width: 166px; /*width of accordion menu*/
	list-style: circle;
}

.LhdSignupListMenu .LhdNlTop { /*CSS class for menu headers in general (expanding or not!)*/
	background: #62523f url('http://www.laconiaharleydavidson.com/images/lhdnlformtop1.jpg') no-repeat left top;
	margin: 0;
	padding: 0px 0 -4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	height: 79px;
	position: relative;
}
#LhdNlCopy {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 50px;
	left: -9999px;
}	

form#LhdNlForm {
	width: 166px;
	height: 37px;
	background: #62523f url('http://www.laconiaharleydavidson.com/images/lhdnlformbtm.jpg') no-repeat left bottom;
	color: #fff;
	margin: -4px 0 0 0;
	position: relative;
}

.LhdSignupListMenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background: #62523f url('http://www.laconiaharleydavidson.com/images/lhdnlformtop2.jpg') no-repeat left top;
}

.LhdSignupListMenu ul { /*CSS for UL of each sub menu*/
	margin: 0;
	padding: 0;
}

.LhdSignupListMenu ul li {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #fff;
	background: #62523f url('http://www.laconiaharleydavidson.com/images/lhdnlformmid.jpg') repeat-y left top;
	display: block;
	padding: 3px 0;
	padding-left: 8px;
	text-align: left;
	margin: 0;
	position: relative;
	list-style: none;
}

* html .LhdSignupListMenu ul li {
	width: 166px;
}

img#signuparrow {
	position: absolute;
	top: 20px;
	left: 81px;
}
