/* Menu tree */

a:link,a:visited {
	font-family:verdana;
	font-weight : bold;
	font-size: 9pt; 
	color:#000000;
	text-decoration : none;
    border:none;
	background: transparent; 
	}

a:hover {
	font-family:verdana;
	font-weight : bold;
	font-size: 9pt;
	text-decoration : underline;
	color:#FF0000;
    border:none;
	background: transparent; 
	}
a:active {
	font-family:verdana;
	font-weight : bold;
	font-size: 9pt;
	text-decoration : none;
	color:#FF0000;
    border:none;
	background: transparent; 
	}
/* hidden submenu style */
.wmSubMenuHidden {position:absolute;visibility:hidden;z-index:100;}

/* share link style for both menus */
.wmLink {display:block;width:100%;padding:2px 2px 3px 2px;text-decoration:none;color:#000000;}
.wmLink:hover {text-decoration:none;}

/* vertical menu styles */
.vItemOn  {width:158px;height:24;margin:1px;background:#3E77A8;border:1px solid #C8E2EE;cursor:pointer;z-index:100;}
.vItemOff {width:160px;height:24;margin:1px;background:#3E77A8;border:1px solid #3E77A8;cursor:pointer;z-index:100;}
.vItem1On  {width:145px;height:24;margin:1px;background:#6BA1C7;border:1px solid #C8E2EE;cursor:pointer;z-index:100;}
.vItem1Off {width:145px;height:24;margin:1px;background:#6BA1C7;border:1px solid #3E77A8;cursor:pointer;z-index:100;}
.vItem2On  {width:135px;height:24;margin:1px;background:#C8E2EE;border:1px solid #6BA1C7;cursor:pointer;z-index:100;}
.vItem2Off {width:135px;height:24;margin:1px;background:#C8E2EE;border:1px solid #3E77A8;cursor:pointer;z-index:100;}
.vItem3On  {width:135px;height:24;margin:1px;background:#FFFFFF;border:1px solid #6BA1C7;cursor:pointer;z-index:100;}
.vItem3Off {width:135px;height:24;margin:1px;background:#FFFFFF;border:1px solid #3E77A8;cursor:pointer;z-index:100;}
.specialClass {font-family:garamond; font-size:12pt;color:green;font-weight:bold;text-decoration:underline}
	
/* menu style */
.textblueb {font-family:Verdana;	font-size:9pt;	color:#22598D;	font-weight:bold;}
.textblue {font-family:Verdana;	font-size:9pt;	color:#CC3300;	font-weight:bold;}
.textblue2 {font-family:Verdana;	font-size:8pt;	color:#CC6633;	font-weight:bold;}
	
/* td main_frame */	
.maintd {font-size: 10pt; font-family: verdana,helvetica; text-decoration: none;white-space:nowrap;}

