/* --- Menu Buttons ----------------------- */

.largemenubutton
{
	width: 186px;
	height: 47px;
	background-position: top left;
	padding-top: 24px;
	font-family: Arial, Helvetica Sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.largemenubutton:hover
{
	background-position: bottom left;
	color: #f9e655;
}

.largemenubutton a
{
	text-decoration: none;
	color: #fff;
}

.smallmenubutton
{
	width: 126px;
	height: 26px;
	background-image: url(../images/buttonglasssmall.png); 
	background-position: top left;
	padding-top: 9px;
	font-family: Arial, Helvetica Sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.smallmenubutton:hover
{
	background-position: bottom left;
	color: #f9e655;
}

.smallmenubutton a
{
	text-decoration: none;
	color: #fff;
}

.smallredbutton
{
	width: 180px;
	height: 26px;
	background-image: url(../images/buttonglassred.png); 
	background-position: top left;
	padding-top: 9px;
	font-family: Arial, Helvetica Sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.smallredbutton:hover
{
	background-position: bottom left;
	color: #f9e655;
}

.smallredbutton a
{
	text-decoration: none;
	color: #fff;
}

.smallcremebutton
{
	width: 180px;
	height: 26px;
	background-image: url(../images/buttonglasscreme.png); 
	background-position: top left;
	padding-top: 9px;
	font-family: Arial, Helvetica Sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #000;
	text-align: center;
}

.smallcremebutton:hover
{
	background-position: bottom left;
	color: #8e8e8e;
}

.smallcremebutton a
{
	text-decoration: none;
	color: #000;
}

/* ------------------------------------ */

/* --- Menu Grid ----------------------- */
		
td { padding-left: 2px; padding-right: 0px; padding-bottom: 0px;}

#mainbrandsgrid a
{
	text-decoration: none;
	color: #fff;
}

#maincategoriesgrid a
{
	text-decoration: none;	
}

#smallerbrandsgrid a
{
	text-decoration: none;	
}

#mainbrandsgrid tr td { padding: 3px;}

#maincategoriesgrid tr td { padding: 1px;}

/* --- Menu Grid ----------------------- */