/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

.menuwrapper {
	margin:5px 0px 0px 0px;
	width:900px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.p7menubar {
	width: 100%;
}
.Headul 
{
	
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Headli
{
	
	float: left;
	width: auto;
	position: relative;
	padding-right:10px;
	padding-top:2px;
}
.Heada
{
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 0px; /*border-right: 1px solid #cdeb7b;*/
	font-size: 1em;
	font: bold 14px Arial;
	color: #FFFFFF;
}
.subHeadUL
{
	width: 200px;
	color: #FFFFFF;
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #000000;
	background-image: url(p7exp_mgrad.png);
	background-repeat: repeat-x;
	list-style: none;
	padding-bottom: 5px;
	line-height: 20px;
}
.subHeadA
{
	color: #FFFFFF;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	text-decoration: none;
	width: 200px;
}
.subHeadA:hover
{
	width: 200px;
	color:#FEEDB5;
	background-color: #86241a;
}
.Heada a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(p7PM_dark_south.gif) ;
	background-repeat: no-repeat;
	background-position: right center ;

}

/* hide from IE mac \*/
li {position: static; width: auto;}
/* end hiding from IE5 mac */


#p7menubar li ul {
}
.headList
{
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}
li:hover a, a:focus,
a:active, li.p7hvr a 
{
	color: #7C1106;
	
	background-color: #ffd729;
}

li:hover ul, li.p7hvr ul {
	display: block;
	text-align:left;
}
li:hover ul a, li.p7hvr ul a
{
	color: #FFFFFF;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: #000000 !important;
	color: #f0efef !important;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

