﻿/* for W3C CSS compliance */
.void{} 
@media print {}

#topmenu
{
	height: 31px;
	overflow: hidden;
}

#topmenu .item
{
	height: 31px;
	padding-top: 5px;
	font-size: 14px;
	background: url(../../Images/TopMenu-White-Bg.gif) repeat top left;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia;
}

#topmenu .spacer
{
	width: 3px;
	height: 31px;
	background: url(../../Images/TopMenu-Spacer.gif) no-repeat top;
}

/* Top Menu - Slow Cookers */
#topmenu #slowcookers
{
	width: 113px;
	color: #799D4C;
}

#topmenu #slowcookers:hover,
#topmenu #slowcookers-active
{
	width: 113px;
	color: #FFF;
	background: url(../../Images/TopMenu-SlowCookers-Bg.gif) no-repeat top;
}

/* Top Menu - Accessories */
#topmenu #accessories
{
	width: 111px;
	color: #80AE1E;
}

#topmenu #accessories:hover,
#topmenu #accessories-active
{
	width: 111px;
	color: #FFF;
	background: url(../../Images/TopMenu-Accessories-Bg.gif) no-repeat top;
}

/* Top Menu - Replacement Parts */
#topmenu #replacementparts
{
	width: 148px;
	color: #EB6F00;
}

#topmenu #replacementparts:hover,
#topmenu #replacementparts-active
{
	width: 148px;
	color: #FFF;
	background: url(../../Images/TopMenu-ReplacementParts-Bg.gif) no-repeat top;
}

/* Top Menu - Recipes */
#topmenu #recipes
{
	width: 95px;
	color: #931D1D;
}

#topmenu #recipes:hover,
#topmenu #recipes-active
{
	width: 95px;
	color: #FFF;
	background: url(../../Images/TopMenu-Recipes-Bg.gif) no-repeat top;
}

/* Top Menu - Smart Living */
#topmenu #smartliving
{
	width: 121px;
	color: #C40000;
}

#topmenu #smartliving:hover,
#topmenu #smartliving-active
{
	width: 121px;
	color: #FFF;
	background: url(../../Images/TopMenu-SmartLiving-Bg.gif) no-repeat top;
}

/* Top Menu - Hints & Tips */
#topmenu #hintsandtips
{
	width: 118px;
	color: #DF5003;
}

#topmenu #hintsandtips:hover,
#topmenu #hintsandtips-active
{
	width: 118px;
	color: #FFF;
	background: url(../../Images/TopMenu-HintsAndTips-Bg.gif) no-repeat top;
}

/* Top Menu - Service & Support */
#topmenu #serviceandsupport
{
	width: 150px;
	color: #A06717;
}

#topmenu #serviceandsupport:hover,
#topmenu #serviceandsupport-active
{
	width: 150px;
	color: #FFF;
	background: url(../../Images/TopMenu-ServiceSupport-Bg.gif) no-repeat top;
}

/* Top Menu - Specials */
#topmenu #specials
{
	width: 80px;
	color: #80AE1E;
}

#topmenu #specials:hover,
#topmenu #specials-active
{
	width: 80px;
	color: #FFF;
	background: url(../../Images/TopMenu-Specials-Bg.gif) no-repeat top;
}

#topmenu #blank
{
    width: 80px;
    cursor:default;
}
