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

.instructions{
font-family: arial, sans-serif;
font-size:0.9em;
width: 150px;
height:230px;
background:#000;
position: relative;
top: 10px;
left: 0px;
border: 1px solid #FFF;
padding: 5px;
}
/* common styling */
/* set up the overall width of the menu div and the margins */
.menu2 {
font-family: arial, sans-serif; 
width:480px; /*was 673px*/
height: 480px; /*was omitted*/
/*height:31px;*/
background:#000;
padding:0;
margin:0 auto; 
position:relative;
/**/
top:-230px; /*was 20px*/ 
/*left:30px;
/**/
/*z-index:1;
border-bottom:20px solid #000;
margin-bottom:650px;*/
}
/* position the instructions using a dl */
/*.menu2 dl {
font-family: arial, sans-serif;
font-size:0.9em;
position:absolute;
width:570px;
top:80px;
left:80px;
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;} /*
/*.menu2 dl dd:first-letter {font-weight:bold;}*/

/* 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 {
display:block;
float:left;
width:81px;
height:31px;
}*/

/* style the links to be 80px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
/*.menu2 ul li a, .menu2 ul li a:visited {*/
/*.menu2 ul a, .menu2 ul a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:80px; 
height:31px; 
color:#fff;
border-right:1px solid #fff;
background:#399; 
line-height:30px; 
font-size:11px;
}*/

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

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

/* remove the table styling */
.menu2 table {
border-collapse:collapse;
margin:0; 
padding:0;
border:0;
}

.menu2 tr {
margin: 0;
border: 0;
}

.menu2 td {
margin: 0;
border: 0;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
/*.menu2 ul li:hover a{
color:#fff; 
background:#000;
cursor:default;
}*/

/* make the sub menu ul visible and position it beneath the first list item */
/*.menu2 ul li:hover ul {*/
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;

/*text-align:left;
display:block; 
position:absolute; 
top:0px; /*was 31px - creates a band of background above slides for displaying picture titles - but makes difficult to move from menu to slides*/
/*left:0;*/
}

/* make the sub menu ul li the full width with padding and border. */
/*.menu2 ul li:hover ul li {*/
.menu2 ul li {
display:block;
float:left;
width: 51px;
height:31px;

cursor:pointer;
width:480px; /*was 483px*/
height:480px; /*was 483px - added 25px band for slide titles to 508px*/
/*border:0px solid #000; /*was 20px*/
/*border-width:0px; /*was  20px 5px*/
/*background:#ddd; */
color:#fff;
padding:0; /*was 82px 90px*/
cursor:default;
}

/* style the background and foreground color of the submenu links */
/*dark grey border to slides
/*.menu2 ul li:hover ul li a {*/
.menu2 ul li a, .menu2 ul li a:visited {
display: block;
float: left;
text-align:center;
text-decoration:none;
line-height:30px;
font-size:11px;

background:#666;
width:118px; /*was 118px*/
height:118px;
border:1px solid #ddd;
border-color:#888 #000 #000 #888;
}

* html .menu2 ul li a, .menu2 ul li a:visited {
 width: 120px;
 height: 120px;
 margin-top: -2px;
 w\idth:118px;
 he\ight:118px;
 ma\rgin:0;
}

.menu2 ul li a:hover {
color:#fff; 
background:#999;
}

/* keep the description text (& large image) hidden */
/*.menu2 ul li:hover ul li a em {*/
.menu2 ul li a em {
display:none;
}

/* add a border to the horizontal slide and position it centrally using a top margin */
/*.menu2 ul li:hover ul li a.horiz span img {*/
.menu2 ul li a.horiz img {
border:1px solid #666;
margin-top:29px;
/*was 21*/
}
/* add a border to the vertical slide and position it centrally using a top margin */
/*.menu2 ul li:hover ul li a.vert span img {*/
.menu2 ul li a.vert img {
border:1px solid #666;
margin-top:14px;
/*was 9*/
}

/*.menu2 ul li:hover ul li a:hover {*/
/*.menu2 ul li a:hover {
background:#666;
}*/


/* make the active links zero size so the active dotted border does not show through the large image */
/*.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}*/


/*.menu2 ul li a:active, .menu2 ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li a:active em, .menu2 ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}*/


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
/*.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {*/
/*.menu2 ul li a.horiz:active em, .menu2 ul li a.horiz:focus em {
  display:block; 
  background:#ddd; 
  position:absolute; 
  left:15px; 
  top:100px;
  width:640px; 
  height:480px; 
  z-index:200; 
  z-index:500; 
  cursor:default; 
  border:1px solid #fff;
 }*/
/*.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {*/
/*.menu2 ul li a.horiz:active em img, .menu2 ul li a.horiz:focus em img {
  border:0; 
  margin-top: 30px;
 }*/
/*.menu2 ul li:hover ul li a.horiz:active em i, .menu2 ul li:hover ul li a.horiz:focus em i {*/
/*.menu2 ul li a.horiz:active em i, .menu2 ul li a.horiz:focus em i {
  font-style:normal;
  font-weight:bold;
  text-align: center;  
  font-size:16px; 
  color:#000; 
  position:absolute; 
  display:block; 
  width:650px;*/ /*was 483px*/
/*  top:-50px; 
  left:0px;*/ /*was 246px*/
/* }*/
/* vertical large image styling */
/*.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {*/
/*.menu2 ul li a.vert:active em, .menu2 ul li a.vert:focus em {
  display:block; 
  background:#ddd; 
  position:absolute; 
  left:95px; 
  top:48px;*/ /*was 23px - added 25 to allow for titles*/
/*  width:480px; 
  height:640px; 
  z-index:200; 
  z-index:500; 
  cursor:default;  
  border:1px solid #fff;
 }*/
/*.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {*/
/*.menu2 ul li a.vert:active em img, .menu2 ul li a.vert:focus em img {
  border:0;
 }*/
/*.menu2 ul li:hover ul li a.vert:active em i, .menu2 ul li:hover ul li a.vert:focus em i {*/
/*.menu2 ul li a.vert:active em i, .menu2 ul li a.vert:focus em i {
  font-family:arial;
  font-style:normal;
  font-weight:bold;  
  font-size:16px; 
  color:#000; 
  position:absolute; 
  display:block; 
  width:480px; 
  top:-27px; 
  left:0px;
 }*/
