.riltechstyle {
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.cssdot
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/webdotdown1.gif) no-repeat;
white-space: nowrap;
display: block;
width: 18px;
height: 20px;
margin: 0;
padding: 0;
}

.cssdot a
{
display: block;
color: #000000;
font-size: 11px;
width: 18px;
height: 20px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssdot img
{
width: 18px;
height: 20px;
border: 0
}

.cssdot a:hover img
{
visibility:hidden
}

.cssdot span
{
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

* html a:hover {visibility:visible}