@CHARSET "UTF-8";
/* exteranlLinks.css */
a.external:link {
background: url(../images/external.png) no-repeat 100% 0;
padding: 0 20px 0 0;
}
a.external:visited {
/* background: url(../images/externalLink.png) no-repeat 100% 0; */
background: url(../images/external.png) no-repeat 100% 0;

padding: 0 20px 0 0;
}
a.external:hover {
background: url(../images/externalLink_hi.png) no-repeat 100% 0;
padding: 0 20px 0 0;
}
a.external span
{
position: absolute;
left: -5000px;
width: 4000px;
}

