.main_menu_class{
	background-image:url(ifImages/menuButton.gif);
	background-repeat:no-repeat;
	height:20px;
	padding-left:10px;
	padding-top:3px;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	cursor:pointer;
	color:black;
}
.main_menu_class_over{
	background-image:url(ifImages/menuButtonOver.gif); 
	background-repeat:no-repeat;
	height:20px;
	padding-left:10px;
	padding-top:3px;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	cursor:pointer;
	color:white;
}

	
.myWebMenuItemPopup td{
		color:black;  
		background-color:#FEFEFE;
		font-family:Arial; 
		font-size:12px; 
		line-height:18px; 
		padding-left: 10px; 
		cursor: default; 
		width:100%;
		-moz-user-select:none;

		background-image:url(ifImages/popup.gif);
		background-repeat:no-repeat;
		background-position:right;
}
.myWebMenuItemOverPopup td{
		color:white;  
		background-color:#316AC5;
		font-family:Arial; 
		font-size:12px; 
		line-height:18px; 
		padding-left: 10px; 
		cursor: default; 
		width:100%;
		-moz-user-select:none;
		
		background-image:url(ifImages/popupOver.gif);
		background-repeat:no-repeat;
		background-position:right;
}
.myWebMenuItem td{
		color:black;  
		background-color:#FEFEFE;
		font-family:Arial; 
		font-size:12px; 
		line-height:18px; 
		padding-left: 10px; 
		cursor: default; 
		width:100%;
		-moz-user-select:none;
}
.myWebMenuItemOver td{
		color:white;  
		background-color:#316AC5;
		font-family:Arial; 
		font-size:12px; 
		line-height:18px; 
		padding-left: 10px; 
		cursor: default; 
		width:100%;
		-moz-user-select:none;
}

