/* CSS Document */

img{
border:none;
}

.menu {
padding:0;
margin:0;
width:940px;
height:34px;
font-weight:bold;
position:absolute;
left:0;
bottom:0;
}

.menu ul {
padding:0;
margin:0 0 0 10px;
list-style-type:none;
color:#FFFFFF;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
font-family:Tahoma;
font-size:12px;
color:#FFFFFF;
padding-right:1px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
float:left;
font-size:11px;
text-decoration:none;
color:#fff; 
height:30px;
line-height:28px; 
text-align:center;
}

#partners{
width:105px;
}

#cellars-restuarant{
width:194px;
}

#news-and-events{
width:151px;
}

#our-wines{
width:115px;
}

#our-story{
width:113px;
}

#experience{
width:127px;
}

#the-team{
width:109px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:url(../../images/navigation/bullets/nav-bullet.jpg) 10px 13px no-repeat #40343e;
text-align:left;
filter: alpha(opacity=70); 		/* ie */
-moz-opacity: .7; 				/* mozilla */
z-index:999;
color:#FFFFFF;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
background:url(../../images/navigation/bullets/nav-bullet.jpg) 10px 13px no-repeat #40343e;
text-decoration:none;
z-index:999;
color:#DBB386;
}

.menu ul ul :hover > a.drop {
background:url(../../images/navigation/bullets/nav-bullet.jpg) 10px 13px no-repeat #40343e;
text-decoration:none;
z-index:999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:34px;
left:0; 
z-index:999;
color:#FFFFFF;
margin-left:0;
width:202px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { 
height:auto; 
padding:5px 0 5px 20px; 
width:182px !important; 
width /**/ :202px; 
font-weight:normal; 
line-height:16px;
color:#FFFFFF;
z-index:999;
}

/* style the top level hover */
/* edited for hover over states */
.menu a:hover, .menu ul ul a:hover{
text-decoration:none;
}

.menu :hover > a, .menu ul ul :hover > a {
text-decoration:none;
}

.menu li.on{
color:#FFFFFF;
text-decoration:none;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
 visibility:visible;
}


