﻿/* ================================================================ 
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.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins I CHANGED border-bottom to border-top
AND margin-bottom to margin-top*/
.menu2 {
	font-family: verdana, arial, sans-serif;
	width: 50px;
	height: 512px;
	top: -227px;
	left: 9px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	z-index: 111;
	border-top: 5px solid #000000;
	margin-top: 375px;
	background:#333;
	border-top-style: none;
}
/* position the instructions using a dl */
.menu2 dl {
font-family:verdana, arial, sans-serif;
font-size:0.9em;
position:absolute;
width:270px;
top:160px;
left:50px;
}
.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:50px;
height:31px;
}
/* style the links to be 50px 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 {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width: 49px; 
height:31px; 
color:#ddd;
/*border-right:1px solid #fff;*/
/*border-left:1px solid #ccc;*/
/*border-bottom:1px solid #fff;
border-top:1px solid #ccc;*/
background:#333; 
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 */
table {
border-collapse:collapse;
margin:0; 
padding: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 (thumbnail page) menu ul visible and position it beneath the first list item I CHANGED
top:31px to top-691px*/
.menu2 ul li:hover ul {
	text-align: left;
	display: block;
	position: absolute;
	top: -34px;
	left: 45px;
}

/* make the sub menu (thumbnail page) ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
	cursor: pointer;
	width: 483px;
	height: 534px;
	border: 20px solid #333;
	border-width: 5px 5px;
	background: #ddd url('../images/linen.jpg');
	color: #fff;
	padding: 2px 205px 0px 205px;
	cursor: default;
	background-repeat: repeat;
}

/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
background:#333;
width:118px;
height:118px;
border:1px solid #ddd;
border-color:#000 #000 #000 #000; 
}


/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
display:none;
}
/* add a border to the vertontal slide and position it centrally using a top margin
I changed the top margin for the vert to 9 so that I would not have to specify the
class for the thumbnails it was 21 */
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}
/* 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 {
border:1px solid #888;
margin-top:9px;
}

.menu2 ul li:hover ul li a:hover {
background:#000;
}


/* 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;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* vertontal large image styling */
.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {display:block; background:#aaa; background: #ddd url('../images/linen.jpg'); background-repeat: repeat; position:absolute; left:140px; top:-50px; width:640px; height:640px; z-index:200; z-index:500; cursor:default; border:5px solid #333;}
.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {border:0;}
/* vertical large image styling */
.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {
	display: block;
	background: #aaa;
	background: #ddd url('../images/linen.jpg');
	background-repeat: repeat;
	position: absolute;
	left: 140px;
	top: -104px;/*was -50*/
	width: 640px;
	height: 660px;/*was 640*/
	z-index: 200;
	z-index: 500;
	cursor: default;
	border: 5px solid #333;
}
.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {border:0;}

/*formatting for the caption div*/
#forcaption {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	position: absolute;
	top: 672px;
	left: -180px;
	width: 980px;
	height: 30px;
	background-color: #fff;
	color: #333;
	font-style: normal;
	line-height: 20px;
	padding-right: 50px;
}

 .forcaption {
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	top: 672px;
	left: -180px;
	width: 980px;
	height: 30px;
	line-height: 20px;
	background-color: #fff;
	color: #000000;
	font-size: 18px;
	font-style: normal;
	padding-right: 50px;
}



