/* Global styles for the nav */
#expandoNav { 
		margin-top:0px;

}

/* Each section's style */
#expandoNav .section {
	background:#fff;
	border-left:2px solid #000;
	padding-left:3px;
	border-bottom:none;
	margin-top:0px;
}


/* Each section's style */
#expandoNav .sectionGrey {
	background:#f7f9e5;
	border-left:2px solid #cccccc;
	padding-left:3px;
	border-bottom:none;
	margin-top:0px;
}

/* An active section's style */
#expandoNav .expandedSection {

}

#expandoNav a { 
	border:none;
	margin:0;
	padding:0;
}

/* Default style for the headings */
#expandoNav .heading { 
	padding:0px;
	margin:0px;
	color:#0c426a; 
	display:block; 
	border:none;
	text-decoration:none;
	font-size:11px;
	padding-left:10px;
	background-image:url(bullet_off.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin-top:0px;

}

/* Style for the headings when expanded */
#expandoNav .expandedSection .heading {
	background-image:url(bullet_on.gif);
}

/* Default style for the listings */
#expandoNav ul.listings { 
	list-style:none;
	display:none;
	padding:3px;
	padding-left:8px;
	margin:0px;
	font-size:10px;
	line-height:1.1em;
}

/* Default style for the listings */
#expandoNav ul.listings_2 { 
	list-style:none;
	display:none;
	padding:3px;
	padding-left:8px;
	margin:0px;
	font-size:10px;
	line-height:1.1em;
}

/* Style for the listings when expanded */
#expandoNav .expandedSection ul.listings {
	display:block;
}

/* Default style for the list items */
#expandoNav ul.listings li {
	border:0;
	margin:0;
	padding:2px;
}

/* Style for the list items when expanded */
#expandoNav .expandedSection ul.listings li {
}


/* Styles specific to this implementation */
#expandoNav .navGroup {
	background-color:#036;
}

/* Styles specific to this implementation */
#expandoNav .navGroupRed {
	background-color:#ff0000;
}

#expandoNav .topLev {
	margin-left:9px; 
	border-left:2px solid #000; 
	border-bottom:1px solid #ccc;
	padding-left:3px;
}

#expandoNav .topLevGrey {
	background-color:#efefef;
	margin-left:9px; 
	border-left:2px solid #000; 
	border-bottom:1px solid #ccc;
	padding-left:3px;
}

