<style type="text/css">
	/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */
	
	.menu, .menu ul li {
		color: #fff;
		background: transparent;
	}
	
	.menu ul {
		width: 14em;
		text-align: left;
	}
	
	.menu a {
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		padding: .4em .7em;
		display: block;
		position: relative;
		/*background: url(http://content.captivelead.com/global/arrowhead.gif?ts=1174314180) no-repeat left;*/
	}
	
	.menu a:hover, .menu li:hover>a {
		/*background: #000099 !important;*/
		color: #ff9900;
	}
	
	/* Set properties of drop-down menu items */
	.menu ul ul {
		/* background-color: #0000FF; */
		background-image: url(http://content.captivelead.com/global/honda_bg_top_border.gif?ts=1192618080);
		z-index: 10000;
		white-space: normal;
	}
	.menu li li {	/* create borders around each item */
		/*border: 1px solid #0000FF;*/
		/* background-color: #0000FF; */
		background-image: url(http://content.captivelead.com/global/honda_bg_top_border.gif?ts=1192618080);
		/*opacity: 0.9;
		filter:alpha(opacity=90);*/
		z-index: 10000;
		white-space: normal;
	}
	.menu ul ul:hover {
		background-color: #333333 !important;
		/*opacity: 0.9;
		filter:alpha(opacity=90);*/
		/*background-image: url(http://content.captivelead.com/global/honda_bg_top_border.gif?ts=1192618080);*/
	}
	.menu li li:hover {
		background-color: #333333 !important;
		/*opacity: 0.9;
		filter:alpha(opacity=90);*/
		/*background-image: url(http://content.captivelead.com/global/honda_bg_top_border.gif?ts=1192618080);*/
	}
	.menu li li a:hover {
		background-color: #333333 !important;
		/*opacity: 0.9;
		filter:alpha(opacity=90);*/
		/*background-image: url(http://content.captivelead.com/global/honda_bg_top_border.gif?ts=1192618080);*/
	}
	
	.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
		top: 5px;
		left: 90%;
	}
	
	/* Fix for IE5/Mac \*//*/
	.menu a {
		float: left;
	}
	/* End Fix */
	
	/*]]>*/
</style>

<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/

/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu .adxmhoverLI {	/* prevent double-line between items */
	background-color: #000099;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/*]]>*/
</style>

<script type="text/javascript" src="http://content.captivelead.com/global/javascript/ADxMenu/ADxMenu.js"></script>
<![endif]-->