/* STYLES FOR THE POP-UP MENUS */
/* Do not change. Hidden submenus require this. */
.wmSubMenuHidden
{
	position:absolute;
	z-index:10;
	visibility:hidden;
	border:1px black solid;
	padding:2px;
	background-color:#7b7b7b;
}

	

.hItemOff 
{
		width:200px;
		/* height:18px; */
		text-align:left;
		padding-top:2px;
		padding-bottom:2px;
		margin:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt;
		color: #FFFFFF;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		
		/* font: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		clear:both;
		float:right;
		border:1px black solid;*/
		cursor:pointer; 
		overflow:hidden;
		background-color:#7b7b7b;
}

.hItemOff a, a:visited, a:active
{
	text-decoration:none;
}
	
.hItemOff a:hover
{
	text-decoration:underline;	
}

.header {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:10pt; line-height:18pt;}