 /*Top Menu */
 /* Set up the default font and overall size to include image */
.menu {
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
font-size: medium;
width:833px;
height:151px; /* Neil! this positions the lower menu. */
background: url(http://www.albarwilmette.com/images/awnrheader.jpg) 0 0px no-repeat;
margin:0;
}

/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0 5px 0 5px;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
width: 95px;
float:right;
position:relative;
background:transparent url(http://www.albarwilmette.com/images/opaque2.png); 

}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
font-size:.8em;
text-decoration:none; 
color:#000; 
width:110px; 
height:1.4em;
color:#FFFFFF; 
padding-left:5px; 
line-height:1em;
margin-right:0px;
margin-top:4px;
text-transform:lowercase;
text-align: center;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:115px;
w\idth:88px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#CCCCCC; 
border-bottom:0px solid #CCCCCC;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul {
display:block; 
font-size:.9em;
position:absolute; 
top:1.4em;
margin-top:2px;
left:0; 
width:110px;
border:0px solid #CCCCCC;
border-top:0;
text-transform: uppercase;
}
/* 
.menu ul li:hover ul {
display:block; 
font-size:.9em;
position:absolute; 
top:1.4em;
margin-top:2px;
left:0; 
width:110px;
border:0px solid #CCCCCC;
border-top:0;
background:transparent;
text-transform: uppercase; 
}*/
/* style the drop down links with no hover */
.menu ul li:hover ul li a {
display:block; 
background:transparent url(http://www.albarwilmette.com/images/opaque.png); 
border:0;
margin:0;
color:#333;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:5px; 
width:110px
}

/* style the drop down links with no hover */
.menu ul li a:hover ul li a {
display:block; 
border:0;
margin:0;
color:#333;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:5px; 
width:110px
}

/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#503a23; 
color:#fff;
width:110px
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:110px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}