*, body, a, form, table, td, tr, b, div, span, font {
 font-family: "Monaco", "Times New Roman", Times;
 font-size:10px;
 font-weight:normal;
 letter-spacing: 1px;
 word-spacing: -1px;
 line-height: 13px;
 color: black;
 background-color: white}
 
a:link{
 color: black;
 text-decoration:underline;
}
a:visited{
 color: black;
 text-decoration:underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 0px solid #ccc;
	z-index=2
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 90px;
	top: 0;
	display: none;
	z-index=1
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: white;
	padding: 5px;
	border: 0px solid white;
	border-bottom: 0;
	}
	
li:hover ul { 
    display: block; 
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

.one {
    position: relative;
   top: 0px;
   left: 0px;
}

.two {
    position: absolute;
    top: 10px;
    left: 18px;
    
}

.three {
    position: absolute;
    top: 20px;
    left: 28px;
   
}

.four {
    position: absolute;
    top: 470px;
    left: 140px;
}

.five {
    position: absolute;
    top: 340px;
    left: 340px;
}

.six {
    position: absolute;
    top: 80px;
    left: 460px;
}

/* zoom image */

#zoom a {
	position: absolute;
    top: 110px;
    left: 390px;
    margin: 0 0 10px 10px;
	
	text-indent: -1000em; /* hide the link text */    

	border: none;
	
	
	width: 300px; /* show only thumbnail */
	height: 90px;
	background: url(thumbs/info_large.png) no-repeat top left;
	}

#zoom a:hover {
	width: 490px; /* adjust size to zoomed photo */
	height: 307px;
	background-position: 0 -91px; /* move the image so only the big one shows */
	}
	
