/* CSS Document */


#navbar {
	background: transparent;
	text-align: left;
	vertical-align: middle;
	display: block;
	margin: 0px;
	clear: both;
	height: 16px;
	/* force topnavbar on top of other elements */
	position: relative;
	z-index: 10;
}
/* CSS hack for Internet Explorer 6 and 7 \*/
* html #navbar{height:1%;letter-spacing:.1em;}
/* end hide - do not alter comments */



/* ----------------------------------------------- */
/*                  first level nav                */
/* ----------------------------------------------- */
#navlist, #navlist ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navlist li {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 8px;
	
}
#navlist li.home {
	background-image: url(../images/nav/home-nm.png);
	background-repeat: no-repeat;	
}
#navlist li.wraps {
	background-image: url(../images/nav/wraps-nm.png);
	background-repeat: no-repeat;
}
#navlist li.signs {
	background-image: url(../images/nav/signs-nm.png);
	background-repeat: no-repeat;
}
#navlist li.printing {
	background-image: url(../images/nav/printing-nm.png);
	background-repeat: no-repeat;
}
#navlist li.outdoor {
	background-image: url(../images/nav/outdoor-nm.png);
	background-repeat: no-repeat;
}
#navlist li.contact {
	background-image: url(../images/nav/contact-nm.png);
	background-repeat: no-repeat;
}


/* ---- rollover items ---- */ 
/* IE6 doesn't allow reference to multiple classes, so these hover states don't have corresponding .sfhover styles */
#navlist li.home:hover {
	background-image: url(../images/nav/home-hv.png);
	background-repeat: no-repeat;
}
#navlist li.wraps:hover {
	background-image: url(../images/nav/wraps-hv.png);
	background-repeat: no-repeat;
}
#navlist li.signs:hover {
	background-image: url(../images/nav/signs-hv.png);
	background-repeat: no-repeat;
}
#navlist li.printing:hover {
	background-image: url(../images/nav/printing-hv.png);
	background-repeat: no-repeat;
}
#navlist li.outdoor:hover {
	background-image: url(../images/nav/outdoor-hv.png);
	background-repeat: no-repeat;
}
#navlist li.contact:hover {
	background-image: url(../images/nav/contact-hv.png);
	background-repeat: no-repeat;
}
#navlist li.bus:hover {

	background-image: url(../images/nav/bus-hv.png);
	background-repeat: no-repeat;
}
#navlist li.boat:hover {

	background-image: url(../images/nav/boat-hv.png);
	background-repeat: no-repeat;
}


/* ---- active items ---- */
#navlist li.wraps-av {
	background-image: url(../images/nav/wraps-nm.png);
	background-repeat: no-repeat;
}
#navlist li.signs-av { background: url(../images/nav/hunters-av.png) no-repeat; }
#navlist li.printing-av { background: url(../images/nav/dealers-av.png) no-repeat; }
#navlist li.outdoor-av { background: url(../images/nav/news-av.png) no-repeat; }
#navlist li.contact-av { background: url(../images/nav/tech-tips-av.png) no-repeat; }

/* ----------------------------------------------- */
/*                 second level nav                */
/* ----------------------------------------------- */

#navlist li .drop {
	position: absolute;
	left: -999em;
	width:165px;
	padding:0px 3px;
	margin-top:-2px;
	border: 1px solid #B7AA9A;
	border-top: 0px;
	background: url(../images/global/dropback.png) repeat;
}

#navlist li .drop ul {
	padding: 0px 0px;
	background:none;
	
}

#navlist li:hover .drop, #navlist li.hover .drop, #navlist li.sfhover .drop {
	left: auto;	
	margin-left: auto;
	
		
}

#navlist li ul li {
	margin: 0px;
	float: none;
	font-size: 12px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:2px;
	padding-top:2px;
	border-bottom:1px solid #666;
	background:none;	
	
}

#navlist li.noborder {
	border-bottom:none;
}



/* ----------------------------------------------- */
/*             Main Navbar Link Styles             */
/* ----------------------------------------------- */
#navlist a {
	display: block; 
}

#navlist a, #navlist a:link {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	background: transparent; 
	}	

#navlist ul a, #navlist ul a:link{
	font-size: .85em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 2px 5px;
}
#navlist ul a:hover{
	background-color: #B6A892;
}
#navlist li.bus {

	background-image: url(../images/nav/bus-nm.png);
	background-repeat: no-repeat;
}
#navlist li.boat {

	background-image: url(../images/nav/boat-nm.png);
	background-repeat: no-repeat;
}

