/* CSS Document */
#navigation li {
	background: url(../images/navDefault.gif) 0 3px no-repeat;
	border-bottom: 1px solid #b1905b;
	margin: 0 1em 1em 1em;
	padding:  0 0 .5em 16px;
/*	text-align: left;*/
	
	/*	IE6 CSS Hack	*/
	/* 2009-09-14 mnj caused IE6 first item in menu to not align correctly; but with it commented out, it causes one expandable menu to display opened in IE 7*/
	/*_height: 1em;*/ /*	fixes IE6 margin-collapse bug	*/
}

#navigation li.expandable, #navigation li.collapsable {
	background: none;	
}

ul#navigation ul, ul#navigation li ul {
	height: auto;
	list-style-type: none;
	margin: 0 0 0 -6px;
	padding: 0;
}

#navigation li ul li {
	background: none;
	border: none;
/*	cross browser min-height hack for forcing IE6 to recognize min-height	*/
	margin: .5em 0!important;
	padding: 0!important;
}

#navigation a {
	color: #76A2C7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1;
	text-decoration: none;
}

#navigation li ul li a {
	/*background: url(../images/navDefault.gif) 0 3px no-repeat;*/
	background: url(../images/navDefault.gif) 0 1px no-repeat;
	display: block;
	font-size: 10px!important;
	min-height: 9px;
	height: auto !important;
	height: 9px;
	padding: 0 0 0 15px;
	width: 100%;
}

#navigation a:hover {
	color: #ff9900;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../images/tree-view/treeview-famfamfam-alignbot.gif) -64px -25px no-repeat;
	height: 32px; /*mnj IE fix: (height: 16px)  changed to (height: 32px)   menu items that wrapped to 3 lines did not align properly.  Extended the hit area forced the alignment.  This does change spacing for top of second level on some. */
	width: 16px;
	margin-left: -19px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */

* html .hitarea {
	display: inline;
	float:none;
}

.treeview a.selected {
	color: #fff;
}

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview-red li { background-image: url(images/treeview-red-line.gif); }

.treeview-famfamfam li { background-image: url(../images/tree-view/treeview-famfamfam-line.gif);}

.treeview-famfamfam .hitarea,
.treeview-famfamfam li.lastCollapsable,
.treeview-famfamfam li.lastExpandable { 
	background-image: url(../images/tree-view/treeview-famfamfam-alignbot.gif); 
} 

/*	end navigation styles	*/
