/* STYLES FOR THE POP-UP MENUS */
/* Do not change. Hidden submenus require this. */
.wmSubMenuHidden
{
	position:absolute;
	z-index:10;
	visibility:hidden;
	width:140px;
}

.topPartHolder .wmSubMenuHidden a, a:visited, a:active {color:white; text-decoration:none;}
.topPartHolder .wmSubMenuHidden a:hover {text-decoration:underline;}
	
/*.hItemOn  
{
	height:20px; 
	margin:1px; 
	background:#FFFFFF;
	padding-top:1px; 
	border:1px solid #000000; 
	color:#395d91; 
	font-weight:bold;
} */

.hItemOff 
{
		width:130px;
		height:16px;
		text-align:right;
		padding-right:10px;
		padding-top:2px;
		margin:0px;
		margin-right:5px;
		font: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		clear:both;
		float:right;
		background:#142d52;
		cursor:pointer;
		overflow:hidden;
}

/* .hItemOffMain
{
	height:20px; 
	margin:1px; 
	padding-top:1px; 
	border:1px solid #000000;
	font-weight:bold;
} */

.hItemOffSub
{
	height:20px;
	margin:1px; 
	padding-top:1px; 
	border:1px solid #000000;
	font-weight:bold;
}

