@charset "utf-8";
/* CSS Document for affiliates accordian on  right colum of manyof the CIPR pages */

.applemenu {
	margin: 0px 2px;
	padding: 0px;
	width: 197px; /*width of menu*/
	border: 1px solid #9A9A9A;
	height: 214px;
}
.applemenu div.silverheader a {
	color: #000000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0px;
	padding-left: 8px;
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: url(../images/cipr_accord_bg_off.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
	color: #000000;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover {
	background-image: url(../images/cipr_accord_bg_on.jpg);
	color: #000000;
}
.applemenu div.submenu { /*DIV that contains each sub menu*/
	background: white; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	height: 62px;
}

.applemenu p {
	line-height: normal;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 2px 0px;
}
