

/*******************************Top Left*************************************/
.tlthumbnail{
position: relative;
z-index: 0;
}

.tlthumbnail:hover{
background-color: transparent;
z-index: 50;
}

.tlthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.tlthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.tlthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -40px;
left: 240px; /*position where enlarged image should offset horizontally */

}

/************************************Top Right**************************************************/
.trthumbnail{
position: relative;
z-index: 0;
}

.trthumbnail:hover{
background-color: transparent;
z-index: 50;
}

.trthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.trthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.trthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -40px;
left: -125px; /*position where enlarged image should offset horizontally */

}

/************************************Bottom Left**************************************************/
.blthumbnail{
position: relative;
z-index: 0;
}

.blthumbnail:hover{
background-color: transparent;
z-index: 50;
}

.blthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.blthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.blthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -255px;
left: 240px; /*position where enlarged image should offset horizontally */

}

/************************************Bottom Right**************************************************/
.brthumbnail{
position: relative;
z-index: 0;
}

.brthumbnail:hover{
background-color: transparent;
z-index: 50;
}

.brthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.brthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.brthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -338px; /*position where enlarged image should offset horizontally */

}
.style2 {font-size: 10px; }


/*///////////////////////////*/

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 0px solid #ffffff;
border-width: 0px 0;
background: url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #454545;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenuu{
float: right;
color: #FFFFFF;
font-size:15px;
border-left: 1px solid white;
}

.solidblockmenu li a:visited{
color: #454545;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
.solidblockmenuu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
