/* ================================================================ 
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.
=================================================================== */


.menu2 {
font-family: verdana, arial, sans-serif; 
position:relative;
z-index:1;
top: 20px; left: 2px; width: 783px;  
}

.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}

.menu2 ul li {
float:left; 
}

.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:124px; 
height:30px; 
color:#fff; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#808080; 
line-height:30px; 
font-size:11px;
}

.menu2 ul li ul {
display: none;
}


.menu2 ul li:hover a{
color:#fff; 
background:#C0C0C0;
}

.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0; 
}

.menu2 ul li:hover ul li {
width:464px;
height:365px;
border:20px solid #C0C0C0;
background:#eee; 
color:#000;
position:relative;
padding:40px 60px;
}


.menu2 ul li:hover ul li a img {
width:100px; height:75px;
border:0; margin:5px;
}


.menu2 ul li:hover ul li a {
float:left;
width:110px;
height:85px;
background:#eee;
border:1px solid #888;
margin:1px;
}


.menu2 ul li:hover ul li a:hover {
position:relative;
}


.menu2 ul li:hover li a:hover img {
width:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
border:0;
border:1px solid #888;
padding:5px;
background:#ccc;
}