/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */

/* Get rid of any default table style */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}
/* ignore the link used by 'other browsers' */
.menu2 ul li a.hide, .menu2 ul li a:visited.hide {
display:none;
}
/* set the background and foreground color of the main menu link on hover */
.menu2 ul li a:hover {
color:#fff; 
background:#b3ab79;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li a:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0; 
}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li a:hover ul li {
width:585px;
height:445px;
border:20px solid #b3ab79;
background:#eee; 
color:#000;
position:relative;
padding:40px 60px;
w\idth:464px;
he\ight:365px;
}

/* style the background and foreground color of the submenu links (with hack for IE5.5)*/
.menu2 ul li a:hover ul li a {
float:left;
width:112px;
height:87px;
background:#ccc;
border:1px solid #888;
margin:1px;
w\idth:110px;
he\ight:85px;
}

/* style the original image size, border and margin */
.menu2 ul li a:hover ul li a img {
width:100px; height:75px;
border:0; margin:5px;
}

/* style the position of the links on hover */
.menu2 ul li a:hover ul li a:hover {
position:relative;
}

/* make the images 2x size on hover and position absolute to make it central over the original image position */
.menu2 ul li a:hover li a:hover img {
width:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
border:1px solid #888;
padding:5px;
background:#ccc;
}
