#menu { 
	background: url(../_m/nav/navbg.jpg) repeat-x; 
	width: 100%;
}

#menu ul { 
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	list-style-type: none;
	height: 38px;
	margin-right: 3px;
}

	#menu ul .home { width: 92px; background: url(../_m/nav/home.jpg) 0 0 no-repeat; }
	#menu ul .showroom { width: 97px; background: url(../_m/nav/showroom.jpg) 0 0 no-repeat; }
	#menu ul .hotdeals { width: 94px; background: url(../_m/nav/hotdeals.jpg) 0 0 no-repeat; }
	#menu ul .boatlines { width: 96px; background: url(../_m/nav/boatlines.jpg) 0 0 no-repeat; }
	#menu ul .localevents { width: 97px; background: url(../_m/nav/localevents.jpg) 0 0 no-repeat; }
	#menu ul .quickquote { width: 95px; background: url(../_m/nav/quickquote.jpg) 0 0 no-repeat; }
	#menu ul .calculator { width: 97px; background: url(../_m/nav/calculator.jpg) 0 0 no-repeat; }
	#menu ul .brochures { width: 94px; background: url(../_m/nav/brochures.jpg) 0 0 no-repeat; }
	#menu ul .about { width: 95px; background: url(../_m/nav/about.jpg) 0 0 no-repeat; }
	#menu ul .contact { width: 94px; background: url(../_m/nav/contact.jpg) 0 0 no-repeat; }
	#menu ul .last { margin-right: 0px; }
	
#menu ul li:hover, #menu ul li.theHover { background-position: 0 -38px; }	
	
#menu ul li a {
	display: block;
	height: 38px;
}

#menu ul li ul {
	background: #1267b1 url(../_m/nav/subnav_bg.jpg) no-repeat;
	width: 117px;
}

#menu ul li ul li {
	height: auto;
	text-align: center;
	margin: 3px 0px;
}	

#menu ul li ul li a{
	width: 117px;
	height: auto;
	color: #fff;
	font-weight: bold;
	font-size: 0.75em;
	padding: 2px 0px;
}

#menu ul li ul li a:hover {
	color: #000;
	background-color: #00aef0;
}

#menu ul li #subwrapper { display: none; }

#menu ul li:hover #subwrapper, #menu ul li.theHover #subwrapper { display: block; position: absolute; z-index: 100; }

	#menu ul li #subwrapper .top {
		position: absolute;
		width: 117px;
		height: 8px;
		top: -8px;
		background: url(../_m/nav/subnav_top.gif) no-repeat;
	}
	
	#menu ul li #subwrapper .bottom {
		background: url(../_m/nav/subnav_bottom.gif) no-repeat;
		width: 117px;
		height: 8px;
	}
	
/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */	
