/* ================================================================ 
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/lightbox3.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:771px;
height:351px;
margin:0 auto;
padding:0;
position:relative;
z-index:1;
border:none;
}
.menu2 dl {
font-family:verdana, arial, sans-serif;
font-size:1em;
background:#f3ebe8 url(img/back.jpg); 
width:641px;
height:351px;
position:absolute;
padding:0; 
margin:0;
top:0;
left:130px;
color: #fff;
border:1px solid #704158;
}
.menu2 dl dd a img {
position:absolute;
left:0; top:35px;
border:0;
padding:0;
margin: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:top;
}
/* 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:top;
text-align:center; 
text-decoration:none; 
width:130px; 
height:36px;
color:#fff; 
border-width:0;
background:#704158 url(img/tab.gif); 
line-height:17px; 
font-size:11px;
margin-bottom:13px;
}
.menu2 ul li a.last, .menu2 ul li a.last:visited {
border-width:0;
}

/* 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; font-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:#fff; 
background:#fab52d url(img/tab.gif);
background-position:100% -36px;
}
/* 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:0; 
left:130px; 
}
/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
width:571px;
height:303px;
border:10px solid #fab52d;
background:#f3ebe8 url(img/back.jpg); 
background-position:-9px -9px;
color:#000;
position:relative;
padding:15px 26px;
cursor:pointer;
}

.menu2 ul li:hover ul li dt {
color:#704158;
font-size:1.2em;
font-weight:bold;
margin:5px 0px;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li:hover ul li a img {
width:100px; height:75px;
border:0; margin:5px;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a {
float:left;
width:110px;
height:119px;
background:#ccc;
border:1px solid #888;
margin:10px 1px 1px 1px;
}

/* style position of the links on hover */
.menu2 ul li:hover ul li a:hover {
position:relative;
}

/* 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:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
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, .menu2 ul li:hover ul li a:focus {
background:#aaa; 
position:relative; 
outline:none;
}
