div#mBox{width: 90%;top:0px;left:20px;height:500px;padding:5px;background:#CCCCCC;color:#CCCCCC}
#mainContainer{position:relative;top:10px;left:0px;
width:1024px;}
#topBar{position:relative;top:0px;left:0px;width:100%;height:120px;background-image:url('nav/bg_top.jpg');}#topRight{position:absolute;top:0px;left:0px;width:100%;height:160px;background-image:url('nav/bg_topright.jpg');background-repeat:no-repeat;background-position: right;}#topLeft{position:absolute;top:0px;left:0px;width:670px;height:160px;background-image:url('nav/bg_topleft.jpg');}#navBar{position:absolute;top:100px;left:0px;width:100%;height:25px;}#mainPanel{position:relative;top:0px;left:0px;width:100%;background-color:#8b8b8b;
}

#panelTop{
background-image:url('nav/mpTop.gif');
background-repeat:repeat-x;}
#tabBar{position:relative;top:1px;left:20px;width:500px;
height:39px
}

/* MAIN PANEL CONTENT ELEMENTS */

#mpT{position:absolute;top:0px;left:0px;width:100%;height:100%;background-image:url('nav/mpTop.gif');
background-repeat:repeat-x;
}

.mpL{position:absolute;top:0px;left:0px;width:100%;height:100%;background-image:url('nav/mpLeft.gif');background-repeat:repeat-y;background-position:left}.mpR{position:absolute;top:0px;left:0px;width:100%;height:100%;background-image:url('nav/mpRight.gif');background-repeat:repeat-y;background-position:right
}

#mpB{position:absolute;top:0px;left:0px;width:100%;height:100%;background-image:url('nav/mpBottom.gif');background-repeat:repeat-x;
background-position:bottom}#rc1{position:absolute;top:0px;left:0px;width:100%;height:20px;background-image:url('nav/rc1.gif');background-repeat:no-repeat;background-position:left}#rc2{position:absolute;top:0px;left:0px;width:100%;height:20px;background-image:url('nav/rc2.gif');background-repeat:no-repeat;background-position:right;}#rc3{position:absolute;top:0px;left:0px;width:100%;height:20px;background-image:url('nav/rc3.gif');background-repeat:no-repeat;background-position:bottom left;}#rc4{position:absolute;top:0px;left:0px;width:100%;height:20px;background-image:url('nav/rc4.gif');background-repeat:no-repeat;background-position:bottom right
}

//my css:

a.info
{

position:relative;
z-index:1;
background-color:#CCCCCC;
color:#2D006B;
text-decoration:none;
}

a.info:hover
{

z-index:2;
background-color:#CCCCCC;
}

a.info span
{
z-index:434;
display: none;

}

a.info:hover span
{
z-index:999;
display:block;
border:0px solid #12127D;
background-color:#CCCCCC;
color:#000;
text-align: center;
padding: 5px;
font-size: 0.8em;
} 