<!--
#menuPanel {
	height:  250px;
	width: 625px;
	overflow: scroll;
	padding: 0;
	margin: 10px;
	background-color: #ffffff;
}

#menuPanel h1 {
  color: #d55512;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3em;
  padding-bottom: 2em;
}


#menuPanel h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}
#menuPanel p {
	text-align:left;
	font-size:14px;
	line-height: 18px;
	color: #000;
}

p {
	text-align: left;
}
li {
	font-size: 14px;
	padding-bottom: 12px;
	font-variant: small-caps;	
}
	
a, a:link {
		color: #000;
		text-decoration: none;
}
a:hover,
a:active 
	{
	color: #933;
	text-decoration: underline;
}
a:visited {
	color: #999;
}
-->
