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

/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/
.menu2 {
font-family: verdana, arial, sans-serif; 
width:600px;
margin-left:0px; 
position:relative;
z-index:0;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left;
padding-left:8px; 
}
/* style the links to be 233px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:112px; 
height:30px; 
color: #996600; 
border:0px solid #fff;
border-width:0px 0px 0px 0px;
background:; 
line-height:30px; 
font-size:11px;

}
/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* clear the link floats at the end of each line so that IE gets it right */
span.clr {display:block; 
clear:both; 
width:0; 
height:0; 
ont-size:0; 
line-height:1px;}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a{
color: #00CCFF; 
background: #AA0000;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:30px; 
left:0;
}
/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
width:490px;
height:380px;
border:0px solid #AA0000;
background:; 
color:;
position: relative;
padding:50px 60px;
cursor:pointer;

}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li:hover ul li a img {
width:90px; 
height:90px;
border:0; 
margin:0px;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a {
float:left;
width:90px;
height:90px;
background:#eee;
border:1px solid #888;
margin:2px;
padding-left:0px

}
/* style position of the links on hover */
.menu2 ul li:hover ul li a:hover {
position:relative;
}
/* keep the large image hidden with a position absolute to take it out of the page flow */
.menu2 ul li:hover ul li a img.bigger {
visibility:hidden; 
position:absolute; 
z-index:0;}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu2 ul li:hover li a:hover img {
width:130px; 
height:130px;
position:absolute;
left:-20px; 
top:-45px;
border:0;
border:1px solid #888;
padding:5px;
background:#ccc;
}
/* give the link focus/active state a relative position and remove the focus/active border so that it doesn't spoil the large image */
/* active img for Opera (and Safari thanks to Anonymous Coward) and focus for Firefox */
.menu2 ul li:hover ul li a:active img, .menu2 ul li:hover ul li a:focus {
background:#aaa; 
position:relative; 
outline:none;
}

/* make the large image visible and give it an absolute position, set the padding and margin, use the default pointer */
.menu2 ul li:hover ul li a:active img.bigger, .menu2 ul li:hover ul li a:focus img.bigger {
visibility:visible;
background:#ddd; 
position: absolute; 
top:0px; 
left:0px;
width:440px; 
height:360px; 
z-index:0; 
padding:5px; 
border:1px solid #black; 
cursor:default;
}

/* position the large image depending on the photo clicked */
.menu2 ul li:hover ul li a:active img.pos1, .menu2 ul li:hover ul li a:focus img.pos1 {top:3px; left:10px;}
.menu2 ul li:hover ul li a:active img.pos2, .menu2 ul li:hover ul li a:focus img.pos2 {top:3px; left:-85px;}
.menu2 ul li:hover ul li a:active img.pos3, .menu2 ul li:hover ul li a:focus img.pos3 {top:3px; left:-180px;}
.menu2 ul li:hover ul li a:active img.pos4, .menu2 ul li:hover ul li a:focus img.pos4 {top:3px; left:-275px;}
.menu2 ul li:hover ul li a:active img.pos5, .menu2 ul li:hover ul li a:focus img.pos5 {top:3px; left:-374px;}
.menu2 ul li:hover ul li a:active img.pos6, .menu2 ul li:hover ul li a:focus img.pos6 {top:-95px; left:10px;}
.menu2 ul li:hover ul li a:active img.pos7, .menu2 ul li:hover ul li a:focus img.pos7 {top:-95px; left:-85px;}
.menu2 ul li:hover ul li a:active img.pos8, .menu2 ul li:hover ul li a:focus img.pos8 {top:-95px; left:-180px;}
.menu2 ul li:hover ul li a:active img.pos9, .menu2 ul li:hover ul li a:focus img.pos9 {top:-95px; left:-275px;}
.menu2 ul li:hover ul li a:active img.pos10, .menu2 ul li:hover ul li a:focus img.pos10 {top:-95px; left:-374px;}
.menu2 ul li:hover ul li a:active img.pos11, .menu2 ul li:hover ul li a:focus img.pos11 {top:-190px; left:10px;}
.menu2 ul li:hover ul li a:active img.pos12, .menu2 ul li:hover ul li a:focus img.pos12 {top:-190px; left:-85px;}
.menu2 ul li:hover ul li a:active img.pos13, .menu2 ul li:hover ul li a:focus img.pos13 {top:-190px; left:-180px;}
.menu2 ul li:hover ul li a:active img.pos14, .menu2 ul li:hover ul li a:focus img.pos14 {top:-190px; left:-275px;}
.menu2 ul li:hover ul li a:active img.pos15, .menu2 ul li:hover ul li a:focus img.pos15 {top:-190px; left:-374px;}
.menu2 ul li:hover ul li a:active img.pos16, .menu2 ul li:hover ul li a:focus img.pos16 {top:-285px; left:10px;}
.menu2 ul li:hover ul li a:active img.pos17, .menu2 ul li:hover ul li a:focus img.pos17 {top:-285px; left:-85px;}
.menu2 ul li:hover ul li a:active img.pos18, .menu2 ul li:hover ul li a:focus img.pos18 {top:-285px; left:-180px;}
.menu2 ul li:hover ul li a:active img.pos19, .menu2 ul li:hover ul li a:focus img.pos19 {top:-285px; left:-275px;}
.menu2 ul li:hover ul li a:active img.pos20, .menu2 ul li:hover ul li a:focus img.pos20 {top:-285px; left:-374px;}


