body {
	margin: 0px;
	background: #cdcdcd;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* list right */

.arrowlistmenuRightFrame{
	width: 160px; /*width of accordion menu*/
}

.arrowlistmenuRightFrame .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background: black url(../images/cfrca10new/rightnav_menu_col.gif);
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenuRightFrame .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/cfrca10new/rightnav_menu_exp.gif);
}


			/*---- test OL section */
			.arrowlistmenuRightFrame ol{ /*CSS for ol of each sub menu*/
				list-style-type: decimal;
				list-style-position:inside;
				margin: 0;
				background: #cdcdcd;
				border-top: 0px;
				padding: 0px;
			}
			
/*			 .arrowlistmenuRightFrame .firstFunder ol {
				height: 173px;
				_height: 199px;
			} */
			
			.arrowlistmenuRightFrame ol li, .arrowlistmenuRightFrame .ambassHeader {
				padding-bottom: 0px; /*bottom spacing between menu items*/
				font-size: 11px;
				line-height: 16px;
			}
			
			.arrowlistmenuRightFrame ol li a{
				color: #333333;
				/* display: block; */
				padding: 0px 0px 0px 0px;
				padding-left: 0px; /*link text is indented 19px*/
				text-decoration: none;
				font-size: 11px;
				font-family: Arial, Verdana, Helvetica, sans-serif;
			}
			
			.arrowlistmenuRightFrame ol li a:visited,
			.arrowlistmenuRightFrame ol li a:link,
			.arrowlistmenuRightFrame ol li a:active{
				color: #333333;
				text-decoration: none;
				font-size: 11px;
				font-family: Arial, Verdana, Helvetica, sans-serif;
			}
			
			.arrowlistmenuRightFrame ol li a:hover{ /*hover state CSS*/
				text-decoration: none;
				color: #FFFFFF;
				font-size:11px;
				font-family: Arial, Verdana, Helvetica, sans-serif;
			}
			
			/*----- end test OL section */

/* END LEFT NAV EXPANDING MENU ----------*/
