/*********** Top nav section ****************/
#topnav_main {
	display: block;
}

#topnav_main ul {
	list-style-type: none; /* Hides the normal UL bullets */
	padding: 0px;
}

#topnav_main ul li {
	float: left;
	display: inline;
}

#topnav_main ul#topnav_ul {
	float: left;
	margin-left: 0px; /* Set the left margin of the UL portion of the top nav. The higher the number, the farther to the right it will start */
	display: inline;
	font-size: 0px;
}

#topnav_main ul#topnav_ul a {
	display: block;
	height: 12px;  /* Gives the UL A block some height - it wouldn't show up on the page without this */
}

#topnav_main ul#topnav_ul a span { 
	display: none; /* Hides the text portion of the link */
}
#topnav_main ul#topnav_ul li .products {
	background: url('/images/topnav/products_off.gif') no-repeat center top;
	width: 90px;
}
#topnav_main ul#topnav_ul li .products a {
	width: 90px;
}
#topnav_main ul#topnav_ul li .products:hover {
	background: url('/images/topnav/products_on.gif') no-repeat center top;
}

#topnav_main ul#topnav_ul li .buynow {
	background: url('/images/topnav/buy_now_off.gif') no-repeat center top;
	width: 82px;
}
#topnav_main ul#topnav_ul li .buynow a {
	width: 82px;
}
#topnav_main ul#topnav_ul li .buynow:hover {
	background: url('/images/topnav/buy_now_on.gif') no-repeat center top;
}

#topnav_main ul#topnav_ul li .brightideas {
	background: url('/images/topnav/brightideas_off.gif') no-repeat center top;
	width: 111px;
}
#topnav_main ul#topnav_ul li .brightideas a {
	width: 111px;
}
#topnav_main ul#topnav_ul li .brightideas:hover {
	background: url('/images/topnav/brightideas_on.gif') no-repeat center top;
}

#topnav_main ul#topnav_ul li .brightenbay {
	background: url('/images/topnav/brightenbay_off.gif') no-repeat center top;
	width: 102px;
}
#topnav_main ul#topnav_ul li .brightenbay a {
	width: 102px;
}
#topnav_main ul#topnav_ul li .brightenbay:hover {
	background: url('/images/topnav/brightenbay_on.gif') no-repeat center top;
}

#topnav_main ul#topnav_ul li .loadsoffun {
	background: url('/images/topnav/loadsfun_off.gif') no-repeat center top;
	width: 106px;
}
#topnav_main ul#topnav_ul li .loadsoffun a {
	width: 106px;
}
#topnav_main ul#topnav_ul li .loadsoffun:hover {
	background: url('/images/topnav/loadsfun_on.gif') no-repeat center top;
}
#topnav_main ul#topnav_ul li .review {
	background: url('/images/topnav/reviews_off.gif') no-repeat center top;
	width: 72px;
}
#topnav_main ul#topnav_ul li .review a {
	width: 72px;
}
#topnav_main ul#topnav_ul li .review:hover {
	background: url('/images/topnav/reviews_on.gif') no-repeat center top;
}
#topnav_main ul#topnav_ul li .promotions {
	background: url('/images/topnav/promotions_off.gif') no-repeat center top;
	width: 98px;
}
#topnav_main ul#topnav_ul li .promotions a {
	width: 98px;
}
#topnav_main ul#topnav_ul li .promotions:hover {
	background: url('/images/topnav/promotions_on.gif') no-repeat center top;
}

#topnav_main ul#topnav_ul li .divider {
	background: url('/images/topnav/nav_divder.gif') no-repeat center top;
	width: 2px;
}
#topnav_main ul#topnav_ul li .divider a {
	width: 2px;
}