/* 
  -----------------------------------
  Deja Vu Interior - 03 Sidebar Right
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/


#rightcolumn {
	float: left;
	width: 181px;
	font-size: 11px;
}



/*The links inside the Accordion Panel menu*/
.menulist {
	margin: 0 0 11px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 11px;
}
.menulist li {margin: 0 0 0 0;}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	color: #333333;
	line-height: 20px;
	background-color: #fffbd6;
}
.menulist a:hover {
	color: #505050;
	border-color: #fffbd6;
	background-color: #fffbd6;
	text-decoration: none;
	font-weight:bold;
}
/*
The YOU are HERE link assigned by the Accordion Panel script
to mark the current page link
*/
.p7ap_currentmark {
	font-weight: bold;
	border-color: #505050 !important;
	background-position: 0px -200px !important;
	cursor: default;
}
/*Affects only the Accordion Panel component that houses the nav menu. 
We turn off borders, padding, and background color, 
and assign a right margin of 1px to nudge the accordion over
to clear and reveal the column border
*/
#p7ABW1 {
	border: 0;
	padding: 0;
	margin: 0 0px;
	background-color: transparent;
}
.p7ABtrig h3, .p7ABtrig h4 {
	font-size: 1em !important;
}
#p7ABW1 .p7ABtrig a {
	/*border-bottom: 1px solid #fedfa9 !important;*/
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	background-color: #fedfa9 !important;
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

