div#container{margin:0 auto}
a.tt1{
    position:relative;
    z-index:24;
    color:#0e850f;
    text-decoration:none;
}
a.tt1 span{ display: none; }

a.tt1:hover{ z-index:25; color: #aaaaff; background:;}
a.tt1:hover span.tooltip{
    display:block;
    position:absolute;
    top:-9px; left:185px;
	padding: 10px 0 0 0;
	width: 300px;
	color: #0e850f;
    text-align: left;
}
a.tt1:hover span.top{
	display: block;
	padding: 10px 25px 0 25px;
	width: 290px;
    height: 100px;
    background: url(images/popupbg.png) no-repeat top;
}
a.tt1:hover span.bottom{
	display: block;
	width: 290px;
    height: 100px;
	color: #339933;
}

a.tt2{
    position:relative;
    z-index:24;
    color:#CC6631;
    text-decoration:none;
}
a.tt2 span{ display: none; }

a.tt2:hover{ z-index:25; color: #aaaaff; background:;}
a.tt2:hover span.tooltip{
    display:block;
    position:absolute;
    top:-10px; left:185px;
	padding: 10px 0 0 0;
	width: 300px;
	color: #CC6631;
    text-align: left;
}
a.tt2:hover span.top{
	display: block;
	padding: 10px 25px 0 25px;
	width: 290px;
    height: 120px;
    background: url(images/popupbg.png) no-repeat top;
}
a.tt2:hover span.bottom{
	display: block;
	width: 290px;
    height: 120px;
	color: #CC6631;
}

a.tt3{
    position:relative;
    z-index:24;
    color:#0A0AFE;
    text-decoration:none;
}
a.tt3 span{ display: none; }

a.tt3:hover{ z-index:25; color: #aaaaff; background:;}
a.tt3:hover span.tooltip{
    display:block;
    position:absolute;
    top:-8px; left:185px;
	padding: 10px 0 0 0;
	width: 300px;
	color: #0A0AFE;
    text-align: left;
}
a.tt3:hover span.top{
	display: block;
	padding: 10px 25px 0 25px;
	width: 290px;
    height: 100px;
    background: url(images/popupbg.png) no-repeat top;
}
a.tt3:hover span.bottom{
	display: block;
	width: 290px;
    height: 100px;
	color: #0A0AFE;
}

a.tt4{
    position:relative;
    z-index:24;
    color:#FE0000;
    text-decoration:none;
}
a.tt4 span{ display: none; }

a.tt4:hover{ z-index:25; color: #aaaaff; background:;}
a.tt4:hover span.tooltip{
    display:block;
    position:absolute;
    top:-7px; left:185px;
	padding: 10px 0 0 0;
	width: 300px;
	color: #FE0000;
    text-align: left;
}
a.tt4:hover span.top{
	display: block;
	padding: 10px 25px 0 25px;
	width: 290px;
    height: 100px;
    background: url(images/popupbg.png) no-repeat top;
}
a.tt4:hover span.bottom{
	display: block;
	width: 290px;
    height: 100px;
	color: #FE0000;
}