.sub-navigation-button {
	height: 35px;
}
#promotions {
	background-image:  url(../images/blue/subnav/promotions.jpg);	
	width: 205px;
	background-position: 0 0;
	position: absolute;
	left: -10px;
	top: 156px;
	.top: 146px;
}
#promotions.selected {
	background-position: 0 35px;
}
#promotions:hover {
	background-position: 0 35px;
}
#overview {
	background-image:  url(../images/blue/subnav/overview.jpg);	
	width: 92px;
	background-position: 0 0;
	position: absolute;
	left: 194px;
	top: 156px;
	.top: 146px;
}
#overview.selected {
	background-position: 0 35px;
}
#overview:hover {
	background-position: 0 35px;
}
.home #overview, .store #overview {
	display:none;
}
#how-it-works {
	background-image:  url(../images/blue/subnav/how-it-works.jpg);	
	width: 116px;
	background-position: 0 0;
	position: absolute;
	left: 286px;
	top: 156px;
	.top: 146px;
}
#how-it-works.selected {
	background-position: 0 35px;
}
#how-it-works:hover {
	background-position: 0 35px;
}
.home #how-it-works, .store #how-it-works {
	display:none;
}
#store {
	position: absolute;
	left: -10px;
	top: 205px;
	.top: 195px;
	background-image:  url(../images/blue/subnav/store.jpg);	
	width: 205px;
	background-position: 0 0;
}
#store.selected {
	background-position: 0 35px;
}
#store:hover {
	background-position: 0 35px;
}
#site {
	position: absolute;
	left: 194px;
	top: 203px;
	.top: 193px;
	background-image:  url(../images/blue/subnav/site.jpg);	
	width: 122px;
	background-position: 0 0;
}
#site:hover {
	background-position: 0 35px;
	top: 205px;
	.top: 195px;
}
.home #site, .promotions #site, .overview #site, .how-it-works #site {
	display:none;
}



ul {
	list-style-image: url(../images/blue/carrot-store.png);	
}
li {
	margin-left: -25px;
	font-size: 12px;
	margin-bottom: 4px;
	.margin-top: 2px;
}

#header-text {
	font-style: italic;
	position: absolute;
	left: 420px;
	top: 24px;
	.top: 37px;
	width: 400px;
}
#header-text p{
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 5px;
}

#header-text span {
	font-style: normal;
	float: right;
	font-size: 11px;
}