body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin: 24px 0;
	padding: 0;
	background-repeat: repeat-x;
}

#menuwrapper {
	border-top: 0px solid #000;
	border-bottom: 0px solid #333;
	background-color: #909090;
	background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
	margin-left: 200px;

}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 0px solid #333;
	font-size: .99em;
	color: #FFFFFF;
	/* ADD BOLDING HERE*/
	
	
}

#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}

#p7menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FFFFFF;
	background-color: #CC0000;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #FFFFFF;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}

#p7menubar li {width: auto;}

A:link, A:visited {
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-style: bold;
  color: #666666;
}
A:hover {
  text-decoration: underline; 
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-style: bold;
  color: #666666;
}
A.unnamed1:link, A.style1:visited, A.style1:hover {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-style: bold;
  color: #666666;
}

H1 {
font-size:24px;
           color:#000099;
		   font-size: 20px;
           margin-top: 5px;
           margin-bottom: 0px;
		   margin-left: 1px;
      }
	  	
H2 {
font-size:16px;
           color:#D90D0E;
           margin-top: 5px;
           margin-bottom:-3px;
		   margin-left: 1px;
      }
	  
.topnav {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}


