
#menu {
	position: absolute;
	z-index: 5;
	left: 10px;
	top: 94px;
	width: 1000px;
	background-color: transparent;
	/*height: 25px!important;*/
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menuBar, #menuBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

#menuBar a {
	display: block;
	text-indent: -999em;
	height: 34px;
	text-decoration: none;
}

#menuBar ul a {
	text-indent: 0;
	height: auto;
}

a.coffee {
	width: 60px;
	background-image: url(/images/menu_coffee.png);
	background-repeat: no-repeat;
}

a.tea {
	width: 34px;
	background-image: url(/images/menu_tea.png);
	background-repeat: no-repeat;
}

a.frozen {
	width: 127px;
	background-image: url(/images/menu_frozen.png);
	background-repeat: no-repeat;
}

a.syrups {
	width: 145px;
	background-image: url(/images/menu_syrups.png);
	background-repeat: no-repeat;
}

a.treats {
	width: 140px;
	background-image: url(/images/menu_treats.png);
	background-repeat: no-repeat;
}

a.gifts {
	width: 112px;
	background-image: url(/images/menu_gifts.png);
	background-repeat: no-repeat;
}

a.prepare {
	width: 149px;
	background-image: url(/images/menu_prepare.png);
	background-repeat: no-repeat;
}

a.other {
	width: 108px;
	background-image: url(/images/menu_other.png);
	background-repeat: no-repeat;
}

#menuBar a:hover {
	background-position: bottom;
}

#menuBar li {
	float: left;
	margin-right: 15px;
	/*width: 9em;*/
}

#menuBar li ul, #menuBar ul li  {
	width: 11em;
}

#menuBar ul li a  {
	color: #4C4027;
	border-right: 0;
	padding: 3px 8px 3px 8px;
}

#menuBar li ul {
	position: absolute;
	display: none;
	border: 1px solid #996600;
	background-color: #361005;
}

#menuBar li:hover ul, #menuBar li.hvr ul {
	display: block;
}

#menuBar li:hover ul a, #menuBar li.hvr ul a {
	color: #C5B478;
	background-color: transparent;
}

#menuBar ul a:hover {
	background-color: #612E08!important;  /*612E08  431305  521807*/
	color: #C5B478!important;
	background-image: none;
}

#menuBar li {width: auto;}
