/*Chrysler*/
ol#vehicleNavAccordions {
	color: #9D9FA2;
	line-height: 1.5em;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#vehicleNavAccordions h2 {
	font-size: 13px;
	font-weight: bold;
}

#vehicleNavAccordions h3 {
	cursor: pointer;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	padding-right: 10px;
	position: relative;
	_zoom: 1;
}

#vehicleNavAccordions .current h3 {
	color: #0066FF;
	cursor: default;
	font-weight: bold;
	padding-right: 13px;
}

#vehicleNavAccordions ul {
	height: 0;	
	list-style: none;
	margin: 0 0 0 10px;
	overflow: hidden;
	padding: 0;
}

#vehicleNavAccordion ul li {
line-height: .5em;
padding: 0 0 6px 0;
}

#vehicleNavAccordions ul a {
	color: #9C9A99;
	text-decoration: none;
}

#vehicleNavAccordions ul a.current {
	color: #0066ff;
	font-weight: bold;
}

#vehicleNavAccordions h3 span.link_arrow {
	background-image: url(/shared/images/arrow_right.gif);
	bottom: 0.15em;
	height: 10px;
	line-height: 10px;
	position: absolute;
	right: 0;
	width: 6px;
}

#vehicleNavAccordions .current h3 span.link_arrow {
	background-image: url(/shared/images/arrow_down.gif);
	bottom: 0.4em;
	height: 6px;
	line-height: 6px;
	width: 11px;
}
