


/*** For pop-up menus ***/
.leftMenu {	text-align: left; }
.centerMenu { text-align: center;}
.rightMenu { text-align: right;	}
		
a.MenuLabelLink {
	color: white;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	text-decoration: None;
	text-align: center;
}

a.MenuLabelLink:link {
	color: white;
	text-decoration: None;
	text-align: center;
}

a.MenuLabelLink:visited	{
	color: white;
	text-decoration: None;
	text-align: center;
}

a.MenuLabelLink:hover {
	color: silver;
	text-decoration: None;
	text-align: center;
}
		
a.MenuLabelLinkOn {
	color: silver;
	text-decoration: None;
	text-align: center;
}

a.MenuLabelLinkOn:hover {
	color: silver;
	text-decoration: None;
	text-align: center;
}

a.MenuItemLink {
	color: white;
	margin: 5px;
	padding: 5px;
	text-decoration: None;
	font-weight: bold;
}

a.MenuItemLink:hover {
	color: silver;
	text-decoration: None;
	font-weight: bold;
}

a.MenuItemLinkOn {
	color: white;
	text-decoration: None;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
}

a.MenuItemLinkOn:hover {
	color: silver;
	text-decoration: None;
	font-weight: bold;
}

.myMenu { position: absolute; visibility: hidden; z-index: 5; }		

/*
.myMenuLabelleft { padding: 0px 0px 0px 0px; text-align: left; }		
.myMenuLabelcenter { padding: 0px 0px 0px 0px; text-align: center; }		
.myMenuLabelright { padding: 0px 0px 0px 0px; text-align: right; }		
.myMenuItemleft { padding: 0px 0px 0px 0px; text-align: left; }		
.myMenuItemcenter { padding: 0px 0px 0px 0px; text-align: center; }		
.myMenuItemright { padding: 0px 0px 0px 0px; text-align: right; }
*/

.myMenuLabelleft { padding: 0px 0px 0px 0px; text-align: left; }
.myMenuLabelcenter { padding: 8px 0px 8px 0px; text-align: center; }	
.myMenuLabelright { padding: 0px 0px 0px 0px; text-align: right; }	
.myMenuItemleft { padding: 5px 0px 5px 0px; text-align: left; }
.myMenuItemcenter { padding: 0px 0px 0px 0px; text-align: center; }
.myMenuItemright { padding: 0px 0px 0px 0px; text-align: right; }

