/* 2009 orlandoharley.com navigation */

.arrowlistmenu{
	width: 166px; /*width of accordion menu*/
	position: relative;
	left: -2px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	background: #333 url('http://www.orlandoh-d.com/images/nav_bg.jpg') repeat-x left bottom;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu h3 {
	margin: 0;
	background: #333;
	text-align: left;
}

.arrowlistmenu h3:hover {
	color: #c90;
}

.arrowlistmenu h3 a {
	color: #fff;
	text-decoration: none;
}

.arrowlistmenu h3 a:hover {
	color: #c90;
	text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #333 url('http://www.orlandoh-d.com/images/nav_bg.jpg') repeat-x left bottom;
}

.arrowlistmenu h3.openheader {
	color: #c90;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 0; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #999;
	background: #333 url('http://www.orlandoh-d.com/images/nav_bg2.jpg') repeat-x left bottom;
	display: block;
	padding: 3px 0;
	padding-left: 25px; /*link text is indented 25px*/
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #fff;
	background: #333 url('http://www.orlandoh-d.com/images/nav_bg2.jpg') repeat-x left bottom;
}