body 	{ font-family: arial; font-size: 12px;}
		DIV 	{ font-family : arial, helvetica; }
		.menuSearch	{ 
			background-color: #ffffff; 
			font-weight:bold;
			color: #333333; 
			left: 0px; 
			margin: 0px; 
			padding: 2px 10px;
			text-decoration: none; 
			top: 0px;
		}
		.menuBar 	{ 
			background-color: transparent; 
			font-weight:bold;
			color: #333333; 
			cursor: hand; 
			left: 0px; 
			margin: 0px; 
			padding: 2px 10px;
			position: relative; 
			text-decoration: none; 
			top: 0px;
		}
		.menuBarOver{ 
			background-color: transparent; 
			font-weight:bold;
			color: #999966; 
			cursor: hand; 
			left: 0px; 
			margin: 0px; 
			padding: 2px 10px;
			position: relative; 
			text-decoration: none; 
			top: 0px;
		}
		.group 	{ 
			background-color: transparent; 
			font-weight:normal;
			color: #333333; 
			cursor: hand; 
			left: 0px; 
			margin: 0px; 
			padding: 2px 10px;
			position: relative; 
			text-decoration: underline; 
			top: 0px;
		}
		.groupOver{ 
			background-color: transparent; 
			font-weight:normal;
			color: #996600; 
			cursor: hand; 
			left: 0px; 
			margin: 0px; 
			padding: 2px 10px;
			position: relative; 
			text-decoration: underline; 
			top: 0px;
		}
		
		.menuItem 	{ font-weight:bold; color: #333333; text-decoration : none; padding: 2px 10px;  valign: bottom;}
		.menuItemOver { font-weight:bold; color: #333333; text-decoration : none; padding: 2px 10px;  valign: bottom;}
		.menuRegular 	{ font-weight:normal; color: #333333; text-decoration : none; padding: 2px 10px;  valign: bottom;}
		.menuRegularOver { font-weight:normal; color: #333333; text-decoration : none; padding: 2px 10px;  valign: bottom;}
		
		
