/* 
  --------------------------------------
  Elevator Panels
  by Project Seven Development
  www.projectseven.com
  Style Theme: 51 - Onyx
  --------------------------------------
*/
.p7EPM51 {
	background-image:url(../../../images/design/menu_bg_dot.jpg);
	background-repeat:no-repeat;
	font-size: 1em;
	width: 860px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	zoom: 1;
	font-weight:normal;
	color: #FFF;
}
.p7EPM51 .p7epm_trigs {
	font-weight:normal;
	overflow: hidden;
	font-size:12px;
}
.p7EPM51 .p7epm_trigs ul {
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	color: #FFF
}
.p7EPM51 .p7epm_trigs li {
	font-weight:normal;
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0;
	color: #FFF
}
.p7EPM51 .p7epm_trigs a {
	font-weight:normal;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding:40px 18px 10px 18px;
	font-size:12px;
}
.p7EPM51 .p7epm_trigs a:hover {
	color: #FFF;
}
.p7EPM51 .p7epm_trigs a.current_mark {
	font-weight: normal;
	color: #FFF;
}
.p7EPM51 .p7epm_trigs a.current_mark.p7epm_open {
	color: #FFF;
}
.p7EPM51 .p7epm_trigs a.current_mark:hover,
.p7EPM51 .p7epm_trigs a.current_mark.p7epm_open:hover {
	color: #999;
}
.p7EPM51 .p7epm_cwrapper {
	width: 100%;
	color: #FFF;
}
.p7EPM51 .p7epm_content {
	width: 860px; 
	margin:0px 0px 0px 10px;
	background-image:url(../../../images/design/menubg_line.jpg);
	padding: 20px 20px;
	line-height: 1.75em;
	color: #fff;
	font-size: 12px;
	zoom: 1;
}
.p7EPM51 .p7epm_content.pan1 {color: #FFF;}
.p7EPM51 .p7epm_content.pan2 {color: #FFF;}
.p7EPM51 .p7epm_content.pan3 {color: #FFF;}
.p7EPM51 .p7epm_content.pan4 {color: #FFF;}
.p7EPM51 .p7epm_content.pan5 {color: #FFF;}
.p7EPM51 .p7epm_trigs .p7epm_open {
	color: #ccc;
	background-position: 0px -136px;
}
.p7EPM51 .p7epm_trigs .t1 .p7epm_open {color: #FFF;

}
.p7EPM51 .p7epm_trigs .t2 .p7epm_open {color: #FFF;

}
.p7EPM51 .p7epm_trigs .t3 .p7epm_open {color: #FFF;

}
.p7EPM51 .p7epm_trigs .t4 .p7epm_open {color: #FFF;

}
.p7EPM51 .p7epm_trigs .t5 .p7epm_open {color: #FFF;

}
.p7EPM51 .p7epm_ie5clear {
	color: #FFF;
	font-size: 0;
	height: 0;
	line-height: 0.0;
}

/*Panel Content Links*/
.p7EPM51 .p7epm_content a {
	color: #fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

.p7EPM51 .p7epm_content a:hover {
	color: #F90;
}
.p7EPM51 .p7epm_content a.current_mark {
	color: #F90;
	font-weight: normal;
}
/*PANEL CONTENT COLUMNS*/
.p7EPM51 .panelColumnWrapper {
	color: #FFF;
	overflow: hidden;
	width:860px;
}
.p7EPM51 .panelColumn_50 {
	color: #FFF;
	float: left;
	width: 48%;
	margin-right: 2%;
}
.p7EPM51 .panelColumn_50.rightcolumn {
	margin-right: 0;
	color: #FFF;
}
.p7EPM51 .panelColumn_33 {
	float: left;
	width: 32%;
	margin-right: 2%;
	color: #FFF;
}
.p7EPM51 .rightcolumn {
	color: #FFF;
	margin-right: 0;
}
.p7EPM51 .p7epm_content h3 {
	color: #FFF;
	font-size: 1em;
	letter-spacing: 0.2em;
	margin: 12px 0 0 0;
}
/*LINK LISTS in PANEL COLUMNS*/
.p7EPM51 .linklist {
	color: #FFF;
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
.p7EPM51 .linklist li {
	color: #FFF
	margin: 0 0 3px 0;
}
.p7EPM51 .linklist a {
	color: #fff;
	display: block;
	padding: 3px 12px;
	border: 1px solid #333;
	zoom: 1;
}
.p7EPM51 .linklist a:hover {
	color: #FFF;
	background-color: #000;
	border-color: #000;
	text-decoration: none;
}