@charset "utf-8";
/* CSS Document */

/* drop downs for wine lists */

h2.notes{
	color:#CC6600;
	text-transform:lowercase;
	border: 1px dotted; 
	border-style: none none dotted;
	border-color:#CC6600;
	
}

#note
{	margin: 0;
	padding: 0;
	z-index: 0;
	
}

#note span
{	
	font: bold 12px arial;
}


#note div
{	
	position:absolute;	
	visibility: hidden;
	margin-top:35px;
	background-image:url(../images/tastenote.gif);
	background-repeat:no-repeat;
	width:200px;
	height:185px;
	}

#note div a
{	
	position: absolute;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:185px;
	height:185px;

}

#note div a:hover
{		
	color: #CC6600;
	width:185px;
	height:185px;
	margin-left:-10px;
	padding-left:10px;
	padding-right:10px;

}
