/* Right Nav CSS */
.iconlist
{
list-style: none;
margin: 15px;
padding: 0;
}

li.termite
{
background-image: url(iarrow.gif);
background-repeat: no-repeat;
background-position: 0 60%;
padding: 3px 0 3px 15px;
margin: .1em 0;
}

li.ant
{
background-image: url(arrow.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: 1em 0;
}

li.rodent
{
background-image: url(bullet_text.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: 1em 0;
}

li.htm
{
background-image: url(bullet_htm.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: 1em 0;
}
/* Right Nav TXT Attributes */
.rightnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
A.rightnav:visited {
	COLOR: #ffffff
}
A.rightnav:link {
	COLOR: #ffffff
}
A.rightnav:hover {
	COLOR: #469229;
	text-decoration: underline;
}
/* End Right Nav TXT Attributes */

