/**********************************************************************
 Date  Who Major changes
------- --- -----------------------------------------------------------
06sep03 jlp New approach to dropdown menus.
06sep03     Last changed.
**********************************************************************/

.pmitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 12pt;
	color: #ddeeff;
	background-color: #336699;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	}
	
.pmitem:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 12pt;
	color: white;
	background-color: #6699cc;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	}
	
.pmpopup {
	background-color: #336699;
	position: absolute;
	visibility: hidden;
	z-order: 1000;
	}
	
.pmpopupitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 12pt;
	color: #ddeeff;
	background-color: #336699;
	white-space: nowrap;
	text-decoration: none;
	text-align: left;
	}
	
.pmpopupitem:hover {
	color: white;
	background-color: #6699cc;
	}
	
.pmpopupitem-hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 12pt;
	color: white;
	background-color: #6699cc;
	white-space: nowrap;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	}
	

