/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

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

/* Get rid of any default table style */
.menu 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:#000000;
}
/* 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:623px;
height:618px;
border:20px solid #000;
background:#ddd; 
color:#fff;
position:relative;
padding:20px 30px;
w\idth:483px;
he\ight:345px;
}

/* 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:#ddd;
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;
}
