/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; background-color: #ffffff; }

#popup a, #popup a:visited {
position: relative;
display: block;
width: 260px;
line-height: 30px;
text-align: right;
padding: 0 10px;
margin: 0;
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#popup a p {display: none;}

#popup a:hover { background-color: #ffffff; }

/* the IE correction rule */
#popup a:hover	{
color: #f00; background-color: #ffffff;
text-indent: 0; /* added the default value */
}

#popup a:hover p {
background:#E7EEFB none repeat scroll 0 0;
border:1px solid #B3C9EF;
color:#444444;
display:block;
font-weight:normal;
left:0;
margin:0;
padding:10px;
position:absolute;
text-align:left;
bottom:50px;
width:275px;
}


