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

/* share link style for both menus */
.wmLink0 {
	display:block;
	width:100%;
	padding:10px 2px 3px;
	text-decoration:none;
	color:#432073;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 28px;
}
.wmLink0:hover {
	text-decoration:none;
	color: C5C598;
}

.wmLink {
	display:block;
	width:100%;
	padding:2px 2px 3px 2px;
	text-decoration:none;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.wmLink:hover {text-decoration:none;}



/* vertical menu styles */
.vItemOn0  {
	width:170;
	height:30px;
	cursor:pointer;
	background-image: url(../images/pl/tlo_m2.gif);
}
.vItemOff0 {
	width:170;
	height:30px;
	cursor:pointer;
	background-image: url(../images/pl/tlo_m.gif);
	
}

.vItemOn1  {width:170px;background:#F1F1C2;border:1px solid #F1F1C2;cursor:pointer;}
.vItemOff1 {
	width:170px;
	background:#F8F8D9;
	border:1px solid #F1F1C2;
	cursor:pointer;
}

.vItemOn21  {width:290px;background:#97B5E5;border:1px solid #97B5E5;cursor:pointer;}
.vItemOff21 {width:290px;background:#B8CFF5;border:1px solid #ACC4E5;cursor:pointer;}

.vItemOn  {width:270px;background:#97B5E5;border:1px solid #97B5E5;cursor:pointer;}
.vItemOff {width:270px;background:#B8CFF5;border:1px solid #ACC4E5;cursor:pointer;}



