/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 09 - Image-Based
  -----------------------------------
*/

.p7TMM_img {padding:0 0 0px 0;}

.p7APM09 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	width: 206px;
	padding: 23px 24px 20px 0;      /*I added this to add padding around entire menu*/
}
.p7APM09 img {
	border: 0;       
}
.p7APM09 .p7APMtrig {
	margin: 0;
	padding: 0;
	padding:0 0 7px 0; /*I added this to add padding after each image*/
}
.p7APM09 .p7APMtrig h3, .p7APM09 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
}
.p7APM09 .p7APMtrig a {
	display: inline;
}
.p7APM09 .p7APMtrig a:hover {
	background-color: transparent !important;
}
.p7APM09 .p7APMtrig a:active, .p7APM09 .p7APMtrig a:focus {
	/*outline: 1px dotted #ccc;*/
}
.p7APM09 .p7APMcwrapper {
	position: relative;
}
.p7APM09 .p7APMpanelcontent {
	padding-bottom: 10px;
	line-height: 12px;
	margin: 0 13px;
	color:#000;
	font-weight:bold;
}
.p7APM09 .p7APMpanelcontent li {
	color:#000;
	list-style:none;
	/*background-image: url('../images/red_bullet.png'); background-repeat: no-repeat; background-position: 0px 3px;*/
	padding-left:0px;
	padding-bottom:5px;
	
}
.p7APM09 .p7APMpanelcontent li a {
	color:#000;
	
}
.p7APM09 .p7APMpanelcontent li a:hover {
	color:#ff0000;	
	text-decoration:none;
}

.p7APM09 .p7APMpanelcontent .sub li {
	color:#000;
	font-weight:normal;
	margin-left:0;
	background-image: none;
}
.p7APM09 .p7APMpanelcontent .sub li a {
	color:#000;
	background-image: none;
}
.p7APM09 .p7APMpanelcontent .sub li a:hover {
	color:#ff0000;
	text-decoration:none;
}

.p7APM09 .p7APMpanelcontent .sub .current_mark {
	color:#ff0000;
	background-image: none;
	font-weight:bold;
}


.p7APM09 .p7APMcontent h2, .p7APM09 .p7APMcontent h3, 
.p7APM09 .p7APMcontent h4 {
	line-height: normal;
}
.p7APM09 .p7APMcontent p {
	margin: 0;
}
.p7APM09 .current_mark {
	color:#ff0000;
	background-image: none;
	font-weight:bold;
}

