﻿body{}

.hoverpanels
{
    z-index:120;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #bf1331;
    margin-left: 25px;
    width: 97px;
   
}
.leftmenuhoverpanel
{
	position: relative;
	top: -20em;
	left: 2em;
    visibility: hidden;
    z-index: 10001; /* one greater than the menu bar */
}
.backTile
{
	position: absolute; 
	background-color: #fff; 
	-moz- opacity: .90; 
	opacity: .90; 
	filter: alpha(opacity=90); 
	height: 360px; 
	width: 350px; 
	z-index: 0;
}
.leftmenuhovertext
{
    font-size: 14px;
    color: black;
    font-family: verdana;
}
.panelimage
{
}
.hoverpanels .hoverItem
{
	padding-bottom: 15px;
}

.hoverpanels .itemImage
{
    width: 97px;
    height: 67px;
    cursor: hand;
}

.hoverpanels .itemHyperlink
{
    color: #bf1331;
}
