body {

	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.image1 
{  	background-position: left top;
	margin: 0px;
	padding: 0px;
    background-image: url(images/shellyworking.jpg)
}
.image2
{
    background-image: url(images/playset.jpg)
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: yellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
bottom: 20;
left: 20; /*position where enlarged image should offset horizontally */
position: absolute;
z-index: 900;
}
/* Start Menu CSS */

	#nav {
 float:left;
      width:100%;
      font-size:93%;
      line-height:normal;		
	}

	#nav li ul, #nav li ul {
		margin:0;
	padding:0px 10px 0 50px;
	list-style:none;
	}

	/* #nav a {
      float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
		text-decoration: none;
	}
	#nav a span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      } */

	#nav li { /*float the main list items*/
		float: left;
     display:inline;
      margin:0;
      padding:0;

	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		top: 135px;
		left: 0;
		padding-top: 0px;
		height: 28px;
		width: 800px;
		padding-left: 190px;
	}

	#nav li.on ul {
		background-position: 0% -42px;
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background-position: 0% -42px;
	}

	#nav li a {
		float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
	}

	#nav li.on a {
		background-position:100% -42px;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #f90;
		width: auto;
		margin-right: 0px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background-position:100% -42px;
	}

	#nav li.on ul {
		background-position:100% -42px;
	}

	#nav li.off:hover ul, #nav li.over ul {
		background-position:100% -42px;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover { 
		background-position:100% -42px;
	}

	/*do the image replacement*/

	#nav li span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
	}

	#lihome a, #lienrollment a, #liphotos a, #liservices a, #licontact a {
		display: block;
		position: relative;
		height: 26px;
		/* background: url(bk-dropdownMap.gif) no-repeat; /*contains all hover states*/
	}


/*subnav formatting*/

#nav li.off:hover ul, #nav li.over ul { 
  display: block;
  z-index: 6000;
}

#nav li.off a:hover,
#nav li:hover a,
#nav li.over a {
background-position:0% -42px;
}
#nav a:hover span {
      background-position:100% -42px;
      }

/* End Menu CSS */

