@charset "UTF-8";
/**************************************************
ecarlist STYLESHEET
(C) ecarlist. ALL RIGHTS RESERVED.
AUTHORED BY: Daniel Pitner of ecarlist
***************************************************/

.arrowlistmenu {
}

.arrowlistmenu .menuheader {
	font: bold 9pt Verdana;
	color:#4d4d4d;
	margin-bottom:5px;
	padding: 0 0 0 10px;
	cursor: hand;
	cursor:pointer;
}

.arrowlistmenu .menuheader a:hover {
	color: #4d4d4d;
	text-decoration:underline;
}


.arrowlistmenu .non_expandable_menuheader {
	font: 8pt Verdana;
	color:#0C7D54;
	margin-bottom:5px;
	padding: 0 0 0 10px;
}
.arrowlistmenu .openheader {
}

.arrowlistmenu .openheader a:hover {
	color: #4d4d4d;
	text-decoration:underline;
}


.arrowlistmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom:2px;
	font: 8pt Verdana;
}

.arrowlistmenu ul a:hover {
	color: #4d4d4d;
	text-decoration:underline;
}

.arrowlistmenu ul li {
	padding-bottom:0px;
}

.arrowlistmenu ul li a {
	color: #a77e16;
	display: block;
	padding-left: 19px;
	padding-bottom:2px;
	text-decoration: none;
	font-size: 8pt;
	cursor:hand;
	cursor:pointer;
	background:url(../listingImages/arrowTree.gif) center left no-repeat;
	font: 8pt Verdana;
}

.arrowlistmenu ul li a:visited {
	color: #a77e16;
}

.arrowlistmenu ul li a:hover {
	background:url(../listingImages/arrowBlue.gif) center left no-repeat;
	color: #0E895C;
	text-decoration:underline;
}

