

.hiddenPic {display:none;}
A {COLOR: blue; FONT-FAMILY: verdana; TEXT-DECORATION: none}
  A:hover {COLOR: red; FONT-FAMILY: verdana, arial, helvetica;
}
  BODY {COLOR: #000080; FONT-FAMILY: arial, verdana, helvetica;
}    
.animatedtabs{
border-bottom: 1px solid white;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 40px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 8px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url('tab-blue-left.gif') no-repeat left top;
margin-right: 10px; /*Spacing between each tab*/
text-decoration: none; margin-left:0; margin-top:0; margin-bottom:0; padding-left:9px; padding-right:0; padding-top:0; padding-bottom:0

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url('tab-blue-right.gif') no-repeat right top;
/* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: blue; padding-left:5px; padding-right:14px; padding-top:5px; padding-bottom:3px
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: blue;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.thumbnail{
position: relative;
z-index: 150;
}

.thumbnail:hover{
background-color: transparent;
z-index: 150;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -450px;
border: 1px dashed navy;
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 on hover*/
visibility: visible;
top: -405px;
left: -55px; /*position where enlarged image should offset horizontally */

}