/* CSS Document */

#mainNav {
	background-color: #FFF;
	font-size: 12px;
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 26px;
	background-position: 28px 10px;
	background-image: url(http://www.bowieintl.com/images/navBkg.gif);
}
#mainNav ul {
	list-style-type: none;
}

#mainNav li{
	float: left;
	list-style-type: none;
	text-indent: -9000px;
}

#mainNav a.here:link,
#mainNav a.here:visited,
#mainNav a.here:hover,
#mainNav a.here:active { 
  background-position: 52px;
}
#mainNav .one a, .two a, .three a, .four a, .five a{
	display: block;
	height: 26px;
	background-repeat: no-repeat;
}
.one a, .two a, .three a, .four a,  .five a{
	margin-left: 15px;
}

#mainNav .one a:hover, #mainNav .two a:hover, #mainNav .three a:hover, #mainNav .four a:hover, #mainNav .five a:hover{
	background-position: left;
	}

#mainNav .one a{
	width: 120px;
	background-image: url(http://www.bowieintl.com/images/nav/product_lineup.gif);
	}
	
.products .one a, .products .one a:hover{
background-position: bottom;
}

#mainNav .two a{
	width: 146px;
	background-image: url(http://www.bowieintl.com/images/nav/buy.gif);
}
.buy .two a, .buy .two a:hover{
background-position: bottom;
}
#mainNav .three a{
	width: 103px;
	background-image: url(http://www.bowieintl.com/images/nav/about.gif);
}
.about .three a, .about .three a:hover{
background-position: bottom;
}
#mainNav .four a{
	width: 118px;
	background-image: url(http://www.bowieintl.com/images/nav/contact.gif);
}
.contact .four a, .contact .four a:hover{
background-position: bottom;
}
#mainNav .five a{
	width: 124px;
	background-image: url(http://www.bowieintl.com/images/nav/owners.gif);
}
.owners .five a, .owners .five:hover{
background-position: bottom;
}