.RightArrow {
	background-attachment: fixed;
	background-image: url(../images/Right_Arrow.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	background-position: left center;

}
.SubNaviText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	padding-top: 3px;

}
a.SubNaviText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.horizonLine {
	background-attachment: scroll;
	background-image: url(../images/horzonline_loop.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 5px;
}
