#navigationtabs {
	width: 624px;
	height: 44px;
	background: #02070b url(/images/navtabs/bg_navtab_underlay.jpg) no-repeat left top;
float: left;
}
#navigationtabs ul {
	margin: 0;
	padding: 0 0 0 94px;
	list-style-type: none;
}
#navigationtabs li {
	list-style-type: none;
	float: left;
	height:  30px;
}

#navigationtabs li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 30px;
}
/* Passive Tabs */
#navigationtabs li a.home {
	background: #02070b url(/images/navtabs/tab_home.jpg) no-repeat 0 -60px;
	width: 53px;
}
#navigationtabs li a.myaccount {
	background: #02070b url(/images/navtabs/tab_account.jpg) no-repeat 0 -60px;
	width: 98px;
}
#navigationtabs li a.login {
	background: #02070b url(/images/navtabs/tab_login.jpg) no-repeat 0 -60px;
	width: 73px;
}
#navigationtabs li a.logout {
	background: #02070b url(/images/navtabs/tab_logout.jpg) no-repeat 0 -60px;
	width: 73px;
}
#navigationtabs li a.shop {
	background: #02070b url(/images/navtabs/tab_shop.jpg) no-repeat 0 -60px;
	width: 52px;
}
#navigationtabs li a.shoppingcart {
	background: #02070b url(/images/navtabs/tab_shoppingcart.jpg) no-repeat 0 -60px;
	width: 119px;
}
#navigationtabs li a.checkout {
	background: #02070b url(/images/navtabs/tab_checkout.jpg) no-repeat 0 -60px;
	width: 86px;
}

/* Passive Tabs - Hover */
#navigationtabs li a.home:hover {
	background: #02070b url(/images/navtabs/tab_home.jpg) no-repeat left -90px;
}
#navigationtabs li a.myaccount:hover {
	background: #02070b url(/images/navtabs/tab_account.jpg) no-repeat left -90px;
}
#navigationtabs li a.logout:hover {
	background: #02070b url(/images/navtabs/tab_logout.jpg) no-repeat left -90px;
}
#navigationtabs li a.login:hover {
	background: #02070b url(/images/navtabs/tab_login.jpg) no-repeat left -90px;
}
#navigationtabs li a.shop:hover {
	background: #02070b url(/images/navtabs/tab_shop.jpg) no-repeat left -90px;
}
#navigationtabs li a.shoppingcart:hover {
	background: #02070b url(/images/navtabs/tab_shoppingcart.jpg) no-repeat left -90px;
}
#navigationtabs li a.checkout:hover {
	background: #02070b url(/images/navtabs/tab_checkout.jpg) no-repeat left -90px;
}


/* Active Tabs */
#navigationtabs li a.homeon {
	background: #02070b url(/images/navtabs/tab_home.jpg) no-repeat left top;
	width: 53px;
}
#navigationtabs li a.myaccounton {
	background: #02070b url(/images/navtabs/tab_account.jpg) no-repeat left top;
	width: 98px;
}
#navigationtabs li a.loginon {
	background: #02070b url(/images/navtabs/tab_login.jpg) no-repeat left top;
	width: 73px;
}
#navigationtabs li a.logouton {
	background: #02070b url(/images/navtabs/tab_logout.jpg) no-repeat left top;
	width: 73px;
}
#navigationtabs li a.shopon {
	background: #02070b url(/images/navtabs/tab_shop.jpg) no-repeat left top;
	width: 52px;
}
#navigationtabs li a.shoppingcarton {
	background: #02070b url(/images/navtabs/tab_shoppingcart.jpg) no-repeat left top;
	width: 119px;
}
#navigationtabs li a.checkouton {
	background: #02070b url(/images/navtabs/tab_checkout.jpg) no-repeat left top;
	width: 86px;
}


/* Active Tabs - Hover */
#navigationtabs li a.homeon:hover {
	background: #02070b url(/images/navtabs/tab_home.jpg) no-repeat left -30px;
}
#navigationtabs li a.myaccounton:hover {
	background: #02070b url(/images/navtabs/tab_account.jpg) no-repeat left -30px;
}
#navigationtabs li a.loginon:hover {
	background: #02070b url(/images/navtabs/tab_login.jpg) no-repeat left -30px;
}
#navigationtabs li a.logouton:hover {
	background: #02070b url(/images/navtabs/tab_logout.jpg) no-repeat left -30px;
}
#navigationtabs li a.shopon:hover {
	background: #02070b url(/images/navtabs/tab_shop.jpg) no-repeat left -30px;
}
#navigationtabs li a.shoppingcarton:hover {
	background: #02070b url(/images/navtabs/tab_shoppingcart.jpg) no-repeat left -30px;
}
#navigationtabs li a.checkouton:hover {
	background: #02070b url(/images/navtabs/tab_checkout.jpg) no-repeat left -30px;
}

