/* stealthmenu 4 styles */
.sub {
	/* Common submenu styles */
	position:				absolute;
	width:					190px;
	visibility:				hidden;
	z-index:				10;
	color:					#000;
	background:				#fff;
	
	/* Submenu styles for NS4 */
	layer-background-color:	#fff;
	padding:				0px;
	font:					12px/14px verdana, arial, helvetica, sans-serif;
}
* .sub {
	/* Submenu styles for non-NS4 browsers */
	padding:				0px;
	overflow:				hidden;
	font:					12px/15px verdana, arial, helvetica, sans-serif;
	box-sizing:				border-box;
	-moz-box-sizing:		border-box;
}
.sub a, .sub a:link, .sub a:visited {
	font:					12px/15px verdana, arial, helvetica, sans-serif;
	color:					#144474;
	font-weight:			bold;
	text-decoration:		none;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #62c1d7;
	padding-top: 5px;
	padding-bottom: 3px;
}
* .sub a, * .sub a:link, * .sub a:visited {
	display:				block;
	box-sizing:				border-box;
	-moz-box-sizing:		border-box;
	width:					100%;
	padding:				1px;
	background:				#EEEEEE;
}
* .sub br {
	display:				none;
}
@media all {
	/* All styles inside this media selector
	are invisible for IE4Win, IE4Mac, IE5Mac and NS4 */
	.sub a:hover, .sub a:focus {
	color:				#FFFFFF;
	font-style:			normal;
	text-decoration:	none;
	background-color: #999999;
	background-image: url(http://yubacityhonda.com/images/nav3/bgHover.jpg);
	background-repeat: repeat;
	background-position: top;
	}
}


/* end */

.br2 {display: block}
.text {
	width:					100%;
	background-color: #FFF;
	text-align: center;
}
			
#divSub0 {left:100px; top:200px;}
#divSub1 {left:225px; top:200px;}
#divSub2 {left:355px; top:200px;}
#divSub3 {left:470px; top:200px;}
#divSub4 {left:595px; top:200px;}
#divSub5 {left:720px; top:200px;}
#divSub6 {left:810px; top:200px;}
