﻿/*---------Top nav--------*/

ul#top-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height:36px;
	width:742px;
}

ul#top-menu li 
{
	float:left;
	display: block;
	margin: 0px;
	padding:0px;
	overflow: hidden;
}

ul#top-menu li a 
{
	display: block;
	height:46px;
	text-indent: -999em;
}

ul#top-menu li.first a {
	background:url(../images/nav/nav_productsFreezer_off.gif) 0 0 no-repeat;
	width:206px;
}

ul#top-menu li.first a:hover {
	background:url(../images/nav/nav_productsFreezer_on.gif) 0 0 no-repeat;
}

ul#top-menu li.second a {
	background:url(../images/nav/nav_productsOnGo_off.gif) 0 0 no-repeat;
	width:161px;
}

ul#top-menu li.second a:hover {
	background:url(../images/nav/nav_productsOnGo_on.gif) 0 0 no-repeat;
}

ul#top-menu li.third a {
	background:url(../images/nav/nav_signup_off.gif) 0 0 no-repeat;
	width:84px;
}

ul#top-menu li.third a:hover {
	background:url(../images/nav/nav_signup_on.gif) 0 0 no-repeat;
}

ul#top-menu li.fourth a {
	background:url(../images/nav/nav_popsicleStory_off.gif) 0 0 no-repeat;
	width:156px;
}

ul#top-menu li.fourth a:hover {
	background:url(../images/nav/nav_popsicleStory_on.gif) 0 0 no-repeat;
}

ul#top-menu li.first-active a {
	background:url(../images/nav/nav_productsFreezer_on.gif) 0 0 no-repeat;
	width:206px;
}
ul#top-menu li.second-active a {
	background:url(../images/nav/nav_productsOnGo_on.gif) 0 0 no-repeat;
	width:161px;
}
ul#top-menu li.third-active a {
	background:url(../images/nav/nav_signup_on.gif) 0 0 no-repeat;
	width:84px;
}
ul#top-menu li.fourth-active a {
	background:url(../images/nav/nav_popsicleStory_on.gif) 0 0 no-repeat;
	width:156px;
}

ul#top-menu li.fifth {
	background:url(../images/nav/nav_selectlanguage.gif) 0 0 no-repeat;
	width:119px;
	height:26px;
	padding:20px 0px 0px 15px;
}
ul#top-menu li.fifth a 
{
    display:inline;
    color:#6D7578;
    text-decoration:none;
	text-indent:0em;
}
ul#top-menu li.fifth a.active { color:#1A83C7;}

#home-language {
	background:url(../images/nav/nav_selectlanguage.gif) 0 0 no-repeat;
	width:119px;
	height:26px;
	padding:20px 0px 0px 15px;
}
#home-language a 
{
    display:inline;
    color:#6D7578;
    text-decoration:none;
	text-indent:0em;
}
#home-language a.active { color:#1A83C7;}

#kids-home-language {
	background:url(../images/nav/nav_selectlanguage.gif) 0 0 no-repeat;
	width:119px;
	height:26px;
	padding:20px 0px 0px 15px;
}
#kids-home-language a 
{
    display:inline;
    color:#6D7578;
    text-decoration:none;
	text-indent:0em;
}
#kids-home-language a.active { color:#1A83C7;}

/*---------End Top nav--------*/
