/* CSS Document */
/* Author: Ross Johnson
3.7 Designs
http://www.3point7designs.com
*/

.links a {
color: #333333;
}

.links a span {display: none;}

.links a:hover span {
	display: block;
	position: absolute;
	width: 225px;
	height: auto;
	z-index:100;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 15px;
	border:1px;
	border-color:#F25b21;
	border-style: solid;
	color: #FFFFFF;
	background: #003366;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	font-family: Arial, sans-serif;
	font-size: 12px;
	overflow: visible;
	text-decoration: none;
	text-align: center;
}

*html body .links a:hover span {
padding-left: 20px;
}

.links img {
border: 1px solid #CCCCCC;
}
   
.links div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}


