/* CSS Document */

#menu { float:left; position:relative; top:10px; left:0px; width:194px; background-color:#fff; z-index:100; margin-top:20px; margin-right:25px;}
#menu h6{
	font:bold 11px "Trebuchet MS";
	color:#5651A1;
	border:none;
	margin:5px 0px 0px 0px;
	width:194px;
	text-align:center;
}
#menu a.p1, #menu a.p1:visited {display:block; width:194px; height:100px; text-decoration:none; background:#fff; top:0; left:0; border:5px solid #969EE1;}
#menu a img {border:0;}
#menu a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#menu a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#menu a.p1:hover .large {display:; position:absolute; top:-425px; left:-100px; width:400px; height:400px; border:10px solid #8495C5;}

#info {z-index:100; height:22em;}

