﻿.hoverbox a
{
	color: #0066cc; 
	text-decoration: none;
	cursor:hand;
	
}

.hoverbox a .box
{
	display: none;
	width: 250px;
}

.hoverbox a:hover
{
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

.hoverbox a:hover .box
{
	display: block;
	position: absolute;
	z-index: 0;
	cursor: default;
	padding: 10px;
	color: Black;
	background-color: White;
	border-color: Black;
	border: solid;
	margin-left: 50px;
}

.hoverboxWide a
{
	color: #0066cc; 
	text-decoration: none;
	cursor:hand;
	
}

.hoverboxWide a .box
{
	display: none;
	width: 500px;
}

.hoverboxWide a:hover
{
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

.hoverboxWide a:hover .box
{
	display: block;
	position: absolute;
	z-index: 0;
	cursor: default;
	padding: 10px;
	color: Black;
	background-color: White;
	border-color: Black;
	border: solid;
	margin-left: 50px;
}