﻿/*--------------------menu style---------------------*/
#menu
{
	background-image: url(../Images/Backgrounds/MenuBackround.jpg);
	height: 32px;
	width: 976px;
}
#menus
{
	padding-left: 5px;
	padding-top: 5px;
	font-size: 1em;
	color: #664c30;
}
#menus a:link, #menus a:visited, #menus a:active
{
	color: #664c30;
	text-decoration: none;
}
#menus a:hover
{
	color: #ffffff;
}
#menus a.link_selected:link, #menus a.link_selected:visited, #menus a.link_selected:active, #menus a.link_selected:hover
{
	color: #ffffff;
	text-decoration: none;
}
#menus .item
{
	float: left;
	margin: 0;	
}
#menus .arrow
{
	width: 23px;
	float: left;
	margin: 0;	
}
#menus .link
{
	padding-left: 25px;
	padding-top: 3px;
	padding-right: 5px;
}
#wine_cellar
{
	width: 112px;
	float: right;
	color: #f2e6d6;
	margin-top: -28px;
	height: 32px;
}
.wine_cellar_over
{
	background-image: url(../Images/Backgrounds/WineCellar.gif);
	width: 179px;
	height: 32px;
	margin-top: -10px;
}
#wine_cellar a:link, #wine_cellar a:visited, #wine_cellar a:active, #wine_cellar a:hover
{
	color: #f2e6d6;
	text-decoration: none;
}