/* hidden submenu style */
.wmSubMenuHidden {
	position:absolute;
	z-index:1;
	visibility: hidden;
}

/* share link style for both menus */
a.wmLink {display:block;font-size:0.9em;padding: 2px 2px 2px 2px;text-decoration:none;color:#336799;font-weight:regular;}
a.wmLink:hover {font-size:0.9em;text-decoration:none;color:#00375E;font-weight:regular;background-color:#FFFFFF;;background-image: #FFFFFF;;}
a.wmLink:visited {font-size:0.9em;text-decoration:none;color:#00375E;font-weight:regular;}

/* horizontal menu styles */
.hItemOn  {width:160px;margin:0px;background:#FFFFFF;border:1px solid #FFFFFF;cursor:pointer;background-image:url("images/50p.png");filter: alpha(opacity=100);}
.hItemOff {width:160px;margin:0px;background:#FFFFFF;border:1px solid #FFFFFF;cursor:pointer;background-image:url("images/50p.png");filter: alpha(opacity=100);}

/* vertical menu styles */
.vItemOn  {width:150px;margin:1px;background:#FFFFFF;;border:1px solid #CCCCCC;cursor:pointer;background-image:url("images/50p.png");filter: alpha(opacity=70);}
.vItemOff {width:150px;margin:1px;background:#FFFFFF;;border:1px solid #CCCCCC;cursor:pointer;background-image:url("images/50p.png");filter: alpha(opacity=70);}

