@charset "UTF-8";

/************************* Begin: directory Links container *******************/

.dirLinksContainer {
	display: block;
	width: 180px;
}

*html .dirLinksContainer {
	width: 179px;
}

/************************** End: directory Links container ********************/

.rLink a:link, .rLink a:visited {
	display: block;
	color: #007B32;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/anchor_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	text-align: right;
	padding-right: 10px;
}

.rLink a:hover, .rLink a:active {
	display: block;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/_anchor_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	text-align: right;
	padding-right: 10px;
}
