ul#mainNav {
	list-style:none;
	margin:0; padding:22px 0px 0px 0px;
	float:right;
}

ul#mainNav li {float:left; margin:0px 0px 0px 8px;}

a.navHome {
	display:block; outline:none; 
	height:29px; width:52px; 
	background: url('../images/button-home.gif') no-repeat 0 top;
	text-indent:-5000px;
}
a.navHome:hover {
	background: url('../images/button-home.gif') no-repeat 0 -30px;
}
a.navHomeHere {
	display:block; outline:none; 
	height:29px; width:52px; 
	background: url('../images/button-home.gif') no-repeat 0 -30px;
	text-indent:-5000px;
}

a.navProducts {
	display:block; outline:none; 
	height:29px; width:75px; 
	background: url('../images/button-products.gif') no-repeat 0 top;
	text-indent:-5000px;
}
a.navProducts:hover {
	background: url('../images/button-products.gif') no-repeat 0 -30px;
}
a.navProductsHere {
	display:block; outline:none; 
	height:29px; width:75px; 
	background: url('../images/button-products.gif') no-repeat 0 -30px;
	text-indent:-5000px;
}

a.navSupport {
	display:block; outline:none; 
	height:29px; width:70px; 
	background: url('../images/button-support.gif') no-repeat 0 top;
	text-indent:-5000px;
}
a.navSupport:hover {
	background: url('../images/button-support.gif') no-repeat 0 -30px;
}
a.navSupportHere {
	display:block; outline:none; 
	height:29px; width:70px; 
	background: url('../images/button-support.gif') no-repeat 0 -30px;
	text-indent:-5000px;
}

a.navRiders {
	display:block; outline:none; 
	height:29px; width:60px; 
	background: url('../images/button-riders.gif') no-repeat 0 top;
	text-indent:-5000px;
}
a.navRiders:hover {
	background: url('../images/button-riders.gif') no-repeat 0 -30px;
}
a.navRidersHere {
	display:block; outline:none; 
	height:29px; width:60px; 
	background: url('../images/button-riders.gif') no-repeat 0 -30px;
	text-indent:-5000px;
}

a.navMedia {
	display:block; outline:none; 
	height:29px; width:58px; 
	background: url('../images/button-media.gif') no-repeat 0 top;
	text-indent:-5000px;
}
a.navMedia:hover {
	background: url('../images/button-media.gif') no-repeat 0 -30px;
}
a.navMediaHere {
	display:block; outline:none; 
	height:29px; width:58px; 
	background: url('../images/button-media.gif') no-repeat 0 -30px;
	text-indent:-5000px;
}

a.navDistributors {
	display:block; outline:none; 
	height:29px; width:99px; 
	background: url('../images/button-distributors.gif') no-repeat 0 top;
	text-indent:-5000px;
}
a.navDistributors:hover {
	background: url('../images/button-distributors.gif') no-repeat 0 -30px;
}
a.navDistributorsHere {
	display:block; outline:none; 
	height:29px; width:99px; 
	background: url('../images/button-distributors.gif') no-repeat 0 -30px;
	text-indent:-5000px;
}

a.navAbout {
	display:block; outline:none; 
	height:29px; width:58px; 
	background: url('../images/button-about.gif') no-repeat 0 top;
	text-indent:-5000px;
}
a.navAbout:hover {
	background: url('../images/button-about.gif') no-repeat 0 -30px;
}
a.navAboutHere {
	display:block; outline:none; 
	height:29px; width:58px; 
	background: url('../images/button-about.gif') no-repeat 0 -30px;
	text-indent:-5000px;
}

a.navContact {
	display:block; outline:none; 
	height:29px; width:68px; 
	background: url('../images/button-contact.gif') no-repeat 0 top;
	text-indent:-5000px;
}
a.navContact:hover {
	background: url('../images/button-contact.gif') no-repeat 0 -30px;
}
a.navContactHere {
	display:block; outline:none; 
	height:29px; width:68px; 
	background: url('../images/button-contact.gif') no-repeat 0 -30px;
	text-indent:-5000px;
}

a.navBlog {
	display:block; outline:none; 
	height:29px; width:47px; 
	background: url('../images/button-blog.gif') no-repeat 0 top;
	text-indent:-5000px;
}
a.navBlog:hover {
	background: url('../images/button-blog.gif') no-repeat 0 -30px;
}
a.navBlogHere {
	display:block; outline:none; 
	height:29px; width:47px; 
	background: url('../images/button-blog.gif') no-repeat 0 -30px;
	text-indent:-5000px;
}

/*SUB NAV*/
ul#subNav {
	list-style:none;
	background-color:#696969;
	width:100%; height:38px;
	margin:-5px 0px 0px 0px; padding:0;
	clear:both;
}

ul#subNav li {
	padding:0; margin:0px 0px 0px 0px;
	float:left;
	display:block;
}

ul#subNav li a {
	color:#cbcbcb; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:12px; display:block;
	padding:12px 12px 12px 12px; margin:0;
}
ul#subNav li a:hover {
	color:#323232; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:12px; display:block;
	background: url('../images/bg-submenu-here.gif') repeat-x 0 0;
	padding:12px 12px 12px 12px; margin:0;
}
ul#subNav li a.HERE {
	color:#323232; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:12px; display:block;
	background: url('../images/bg-submenu-here.gif') repeat-x 0 0;
	padding:12px 12px 12px 12px; margin:0;
}

