@charset "windows-1255";
/******************************************************************************************************/
.RightBar{
	background-image:url("../images/bgrightbar.jpg");
	width:182px;
	height:auto;
}
.rightBar A {
	display:block;
}
.banner {
	margin:3px 0px 0px 0px;
	text-align:center;
	width:100%;
}
.bannerContainer {
	padding-top:6px;
}
.arrow {
	filter:flip();
}
.menuRowRight {
	font-weight:bold;
	height:18px;
	width:182px;
	cursor:pointer;
	padding-top:2px;
	background-image:url(../images/bglink.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:right;
	text-indent:25px;
}
.menuSubRowRight {
	font-weight:bold;
	height:17px;
	width:182px;
	cursor:pointer;
	padding-top:1px;
	text-align:right;
	text-indent:30px;
	border-bottom:1px dashed #999999;
}
A.menuRowright_link {
	color:#ffffff;
	text-decoration:none;
}
A.menuRowright_link:hover {
	color:#FFDE00;
	text-decoration:none;
}
