@charset "iso-8859-1";

/*HOVER POPUP LINKS*/
/*hoverpopups type 1*/
/*Using Classes*/

.popup { color: #000; background-color:; }

.popup a, .popup a:visited {
position: relative;
z-index: 5;
z-index: 1005;
display: block;
width: 68px;
line-height: ;
text-align: left;
padding: 0 0px;
margin: 0;
border: 0px solid #666;
text-decoration:  none;
color: ;
font-size: ;
font-weight: ;
opacity:1.0
}

.popup a:link {	}


.popup a span {
display: none;
}

.popup a div {
display: none;
}
.popup a:hover {
background-color: #e9e9e2;
text-decoration:  none;
 }

/* the IE correction rule */
.popup a:hover	{
color: #f00; background-color: #e9e9e2;
text-indent: 0; /* added the default value */
}

.popup a:hover span {
display: block;
z-index: 10;
z-index: 2010;
position: absolute;
top: 0px;
left: 68px;
width: 220px;
margin: 0px;
padding: 10px;
color: #335500;
font-weight: normal;
font-size: 12px;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
text-decoration: none;
}
	
.popup a:hover div {
display: block;
z-index: 10;
z-index: 2020;
position: absolute;
top: 0px;
left: 68px;
width: 220px;
margin: 0px;
padding: 5px;
color: #335500;
font-weight: normal;
font-size: 12px;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
text-decoration: none;
}
		
/*HOVER POPUP LINKS*/
/*hoverpopups type 1*/

#popup { color: #000; background-color:; }

#popup a, #popup a:visited {
position: relative;
display: block;
width: ;
line-height: ;
text-align: left;
padding: 0 0px;
margin: 0;
border: 0px solid #666;
text-decoration: ;
font-size: ;
font-weight: ;
}

#popup a:link {	}

#popup a span {display: none;}

#popup a div {display: none;}

#popup a:hover { background-color: #e9e9e2; }

/* the IE correction rule */
#popup a:hover	{
color: #f00; background-color: #e9e9e2;
text-indent: 0; /* added the default value */
}

#popup a:hover span{
display: block;
position: absolute;
top: 0px;
left: 70px;
width: 220px;
margin: 0px;
padding: 5px;
color: #335500;
font-weight: normal;
font-size: 12px;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
text-decoration: none;
}

#popup a:hover div{
display: block;
position: absolute;
top: 0px;
left: 70px;
width: 220px;
margin: 0px;
padding: 5px;
color: #335500;
font-weight: normal;
font-size: 12px;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
text-decoration: none;
}