@charset "utf-8";
/* CSS Document */

#navigation {
	float: left;
	width: 339px;
	height: 31px;
	padding: 0 0 0 349px;
	margin: 0;
}

#navigation ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#navigation li a {
	border: 0;
	display: block;
	height: 31px;
	text-decoration: none;
}

#navigation li a span{
	display:none;
}

#navigation li#home a {
	width: 47px;
	background: url(../grfx/nav.gif) 0px 0px no-repeat;
}

#navigation li#home a:hover {
	background: url(../grfx/nav.gif) 0px -31px no-repeat;
}

#navigation li#about-us a {
	width: 81px;
	background: url(../grfx/nav.gif) -47px 0px no-repeat;
}

#navigation li#about-us a:hover {
	background: url(../grfx/nav.gif) -47px -31px no-repeat;
}

#navigation li#floats a {
	width: 65px;
	background: url(../grfx/nav.gif) -128px 0px no-repeat;
}

#navigation li#floats a:hover {
	background: url(../grfx/nav.gif) -128px -31px no-repeat;
}

#navigation li#trailers a {
	width: 71px;
	background: url(../grfx/nav.gif) -193px 0px no-repeat;
}

#navigation li#trailers a:hover {
	background: url(../grfx/nav.gif) -193px -31px no-repeat;
}

#navigation li#contact-us a {
	width: 75px;
	background: url(../grfx/nav.gif) -264px 0px no-repeat;
}

#navigation li#contact-us a:hover {
	background: url(../grfx/nav.gif) -264px -31px no-repeat;
}

/* drop down menus */

#navigation li ul { 
	position: absolute;
	z-index: 20;
	background: #f4f3f3;
	margin: 0;
	width: 182px;
	padding: 0;
	left: -999em;
}

#navigation li ul li {
	margin: 0;
	padding: 0;
	width: 182px;
	height: 24px;
	text-align: left;
}

#navigation li:hover ul, 
#navigation li li:hover ul, 
#navigation li.sfhover ul, 
#navigation li li.sfhover ul { 
	left: auto;
}

*:first-child+html #navigation li:hover, 
*:first-child+html #navigation li li:hover, 
*:first-child+html #navigation li.sfhover, 
*:first-child+html #navigation li li.sfhover { 
	left: auto;
	position: static;
} 

#navigation li ul li a {
	padding: 0 0 0 10px;
	display: block;
	height: 24px;
	font-weight: normal;
	color: #838383;
	background: #f4f3f3 !important;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	width: 182px !important;
}

#navigation li ul li a:hover {
	background: #d0cfcf !important;
	color: #111111;
}