/* ================================================================ 
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.
=================================================================== */

.menu {
    width:600px;
    position:relative; 
    z-index:1;
}

.menu ul {
    padding:0; 
    margin:0;
    list-style-type: none;
    border:0;
}

.menu ul li a img {
    width:56px; height:80px;
    border:0; margin:3px;
}

.menu ul li a {
float:left;
width:60px;
height:84px;
background: #ffffff;
/*background:#668699; */
/* border:1px solid #888; */
margin:1px;
}

.menu ul li a:hover {
    position:relative;
}
.menu ul li a:hover img {
width:100px; height:138px;
position:absolute;
left:-40px; top:-30px;
border:0;
border:1px solid #888;
padding:2px;
background:#668699;
}

