/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Georgia, "Times New Roman", Times, serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 240px; /*width of menu (not including side paddings)*/
color: #000000;
background-color: #fbf9f7;
text-decoration: none;
padding: 3px 3px;
font-weight:bold;
border-top: 1px solid #ebdbdd;
border-left: 1px solid #ebdbdd;
border-right: 1px solid #ebdbdd;
}

.ddsubmenustyle ul li a{
background-color: #e8e1da;
border-top: 1px solid #c7c6c5;
border-left: 1px solid #c7c6c5;
border-right: 1px solid #c7c6c5;
}

.ddsubmenustyle ul li ul li a{
background-color: #e2d6ca;
border-top: 1px solid #c7c6c5;
border-left: 1px solid #c7c6c5;
border-right: 1px solid #c7c6c5;
}

.ddsubmenustyle ul li ul li ul li a{
background-color: #5078ab;
color:#d6e6f9;
}

.ddsubmenustyle ul li ul li ul li ul li a{
background-color: #95b3d8;
color:#000000;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #903b44;
color: #ffffff;
}

#m_about a:link, #m_about a:active, #m_about a:visited{
	background:url(../images/m_about_off.gif) no-repeat;
	width:68px;
	height:20px;
	padding-right:20px;
}

#m_about a:hover{
	background:url(../images/m_about_on.gif) no-repeat;
}

#m_visit a:link, #m_visit a:active, #m_visit a:visited{
	background:url(../images/m_visit_off.jpg) no-repeat;
	width:88px;
	height:20px;
	padding-right:20px;
}

#m_visit a:hover{
	background:url(../images/m_visit_on.jpg) no-repeat;
}

#m_wine a:link, #m_wine a:active, #m_wine a:visited{
	background:url(../images/m_wine_off.jpg) no-repeat;
	width:70px;
	height:20px;
	padding-right:20px;
}

#m_wine a:hover{
	background:url(../images/m_wine_on.jpg) no-repeat;
}

#m_events a:link, #m_events a:active, #m_events a:visited{
	background:url(../images/m_events_off.jpg) no-repeat;
	width:48px;
	height:20px;
	padding-right:20px;
}

#m_events a:hover{
	background:url(../images/m_events_on.jpg) no-repeat;
}

#m_press a:link, #m_press a:active, #m_press a:visited{
	background:url(../images/m_press_off.jpg) no-repeat;
	width:43px;
	height:20px;
	padding-right:20px;
}

#m_press a:hover{
	background:url(../images/m_press_on.jpg) no-repeat;
}

#m_contact a:link, #m_contact a:active, #m_contact a:visited{
	background:url(../images/m_contact_off.jpg) no-repeat;
	width:85px;
	height:20px;
	padding-right:20px;
}

#m_contact a:hover{
	background:url(../images/m_contact_on.jpg) no-repeat;
}

#m_home a:link, #m_home a:active, #m_home a:visited{
	background:url(../images/m_home_off.jpg) no-repeat;
	width:44px;
	height:20px;
	padding-right:20px;
}

#m_home a:hover{
	background:url(../images/m_home_on.jpg) no-repeat;
}

#m_store a:link, #m_store a:active, #m_store a:visited{
	background:url(../images/m_store_off.gif) no-repeat;
	width:44px;
	height:20px;
	padding-right:20px;
}

#m_store a:hover{
	background:url(../images/m_store_on.gif) no-repeat;
}

#m_blog a:link, #m_blog a:active, #m_blog a:visited{
	background:url(../images/m_blog_off.gif) no-repeat;
	width:44px;
	height:20px;
	padding-right:20px;
}

#m_blog a:hover{
	background:url(../images/m_blog_on.gif) no-repeat;
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}