@charset "utf-8";
/* Top Menu ---------------------------------------------------*/

#nav{
	height: 39px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 128px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	height: 39px;
}
#nav ul li {
	display: inline;
	float: left;
}
#nav ul li a{
	padding: 0;
	margin: 0 0px 0 0;
	height: 39px;
	display: block;
}


#mhome a, #mhomeactive a{
	display: block;
	width: 106px;
	background: url(../images/navhome.jpg) no-repeat;
	background-position: 0 0;
	height: 39px;
}

#mvirtualtour a, #mvirtualtouractive a{
	display: block;
	width: 187px;
	background: url(../images/navvirtualtour.jpg) no-repeat;
	background-position: 0 0;
	height: 39px;
}
#mmenus a, #mmenusactive a{
	display: block;
	width: 124px;
	background: url(../images/navmenus.jpg) no-repeat;
	background-position: 0 0;
	height: 39px;
}
#mwinecellar a, #mwinecellaractive a{
	display: block;
	width: 189px;
	background: url(../images/navwineceller.jpg) no-repeat;
	background-position: 0 0;
	height: 39px;
}
#mreservations a, #mreservationsactive a{
	display: block;
	width: 192px;
	background-position: 0 0;
	height: 39px;
	background-image: url(../images/navreservations.jpg);
	background-repeat: no-repeat;
}
#mlocation a, #mlocationactive a{
	display: block;
	width: 151px;
	background-position: 0 0;
	height: 39px;
	background-image: url(../images/navlocation.jpg);
	background-repeat: no-repeat;
	
}
#mhome a:hover, #mvirtualtour a:hover, #mmenus a:hover, #mwinecellar a:hover, #mreservations a:hover, #mlocation a:hover {
	background-position: 0 -78px;
}

#mhomeactive a, #mvirtualtouractive a, #mmenusactive a, #mwinecellaractive a, #mreservationsactive a, #mlocationactive a {
	background-position: 0 -39px;
}

#nav li ul { /* second-level lists */
	position: absolute; /* just added */
	width: 168px;
	left: -999em;
	z-index: 20;
}

#nav li ul li a {
	text-align: left;
	width: 166px;
	display: block;
	padding: 7px 5px 0px 9px;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	color: #245788;
	background: url(../../images/secondary-menu-bg.gif) repeat-x top #eaf3fb;
	height: 20px;
	overflow: hidden;

}

#nav li ul li.mlast a {
}

#nav li ul li a:hover {
	color: #0f233f;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: 0;
	margin-left: 0;
}

#nav li:hover, #nav li.hover {
    position: static;
}
#closedleft {
	width: 500px;
	float: left;
}
#closedright {
	float: left;
	width: 410px;
	margin-top: 125px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #AA0F14;
}
#closedright p a {
	color: #CCC;
}

