﻿#home_nav
{
	background-image:url(images/but_home.gif);
	width:108px;
	height:36px;
	float:left;
}

#home_nav:hover
{
	background-image:url(images/but_homeOver.gif);
}

#about_us_nav
{
	background-image:url(images/but_aboutus.gif);
	width:108px;
	height:36px;
	float:left;
}

#about_us_nav:hover
{
	background-image:url(images/but_aboutusOver.gif);
}

#shop_nav
{
	background-image:url(images/but_shop.gif);
	width:108px;
	height:36px;
	float:left;
}

#shop_nav:hover
{
	background-image:url(images/but_shopOver.gif);
}

#contact_us_nav
{
	background-image:url(images/but_contactus.gif);
	width:108px;
	height:36px;
	float:left;
}

#contact_us_nav:hover
{
	background-image:url(images/but_contactusOver.gif);
}

#faq_nav
{
	background-image:url(images/but_faq.gif);
	width:108px;
	height:36px;
	float:left;
}

#faq_nav:hover
{
	background-image:url(images/but_faqOver.gif);
}

#checkout_nav
{	
	background-image:url(images/but_checkout.gif);
	float:right;
	width:91px;
	height:30px;
}

.login_nav
{
	float:right;
	height:33px;
	line-height:33px;
	width:36px;
	color:White;
	text-decoration:none;
}


.myaccount_nav
{
	float:right;
	height:33px;
	line-height:33px;
	width:68px;
	color:White;
	text-decoration:none;
}